-
Notifications
You must be signed in to change notification settings - Fork 7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dts: arm: nxp: RT10xx/11xx .dtsi Files: Remove flexram,bank-spec prop…
…erty 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 <[email protected]>
- Loading branch information
1 parent
76b24fa
commit 9e1bf0b
Showing
10 changed files
with
57 additions
and
97 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
19 changes: 19 additions & 0 deletions
19
...s/boards/nxp/mimxrt1170_evk_cm7/magic_addr/boards/mimxrt1170_evk_mimxrt1176_cm7_A.overlay
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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>; | ||
}; |