update platform setting to support npcm4xx #80
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
drivers: clock_control: npcm4xx: update clock driver to support higher cpu frequency
npcm4xx support higher CPU clock frequency.
(1) increase CPU clock to 96 Mhz
(2) temp change apb1/apb2/apb3 to the same with CPU frequency.
soc: arm: npcm4xx: increase interrupt number
increase interrupt number.
64 => 82
dts: arm: npcm4xx: extend sram size from 256K to 768K
extend sram size from 256K to 768K.
drivers: i3c: npcm4xx: update i3c driver to support 6 I3CI hardware
npcm4xx now support 6 I3CI hardware.
(1) i3c register bank size change from 0x400 to 0x200
(2) I3C1 => I3C6, use DMA 5 and 11
(3) I3C2 => I3C5, use DMA 4 and 10
boards: arm: npcm400f: disable CONFIG_XIP
disable CONFIG_XIP.