Browse Source
This commit removes the flexram,bank-spec property from dtsi files. The property causes flexram to be dynamically configured based on the configuration in flexram,bank-spec. This is a problem for 2 reasons: 1) The FlexRAM will always be dynamically reconfigured to default fuse configuration. This is unnecessary if using default fuses. 2) If a user decides to program fuses. The FlexRAM will still be reconfigured to the default fuse configuration. Modify description in the binding to show how to use the property at: dts/bindings/memory-controllers/nxp,flexram.yaml Added board overlay to mimxrt1170_evk_cm7 magic_addr: samples/boards/nxp/mimxrt1170_evk_cm7/magic_addr/boards Signed-off-by: Jacob Wienecke <jacob.wienecke@nxp.com>pull/86094/head
10 changed files with 57 additions and 97 deletions
@ -0,0 +1,19 @@
@@ -0,0 +1,19 @@
|
||||
/* default fuse */ |
||||
&flexram { |
||||
flexram,bank-spec = <FLEXRAM_DTCM>, |
||||
<FLEXRAM_DTCM>, |
||||
<FLEXRAM_DTCM>, |
||||
<FLEXRAM_DTCM>, |
||||
<FLEXRAM_ITCM>, |
||||
<FLEXRAM_ITCM>, |
||||
<FLEXRAM_ITCM>, |
||||
<FLEXRAM_ITCM>, |
||||
<FLEXRAM_DTCM>, |
||||
<FLEXRAM_DTCM>, |
||||
<FLEXRAM_DTCM>, |
||||
<FLEXRAM_DTCM>, |
||||
<FLEXRAM_ITCM>, |
||||
<FLEXRAM_ITCM>, |
||||
<FLEXRAM_ITCM>, |
||||
<FLEXRAM_ITCM>; |
||||
}; |
Loading…
Reference in new issue