Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update platform setting to support npcm4xx #80

Merged
merged 5 commits into from
Feb 6, 2024

Conversation

jc849
Copy link
Collaborator

@jc849 jc849 commented Feb 6, 2024

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.

cpchiang added 5 commits January 31, 2024 19:53
…r cpu frequency

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.

Signed-off-by: cpchiang <[email protected]>
increase interrupt number.
64 => 82

Signed-off-by: cpchiang <[email protected]>
extend sram size from 256K to 768K.

Signed-off-by: cpchiang <[email protected]>
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

Signed-off-by: cpchiang <[email protected]>
disable CONFIG_XIP.

Signed-off-by: cpchiang <[email protected]>
@maxdog988 maxdog988 merged commit c18c49e into Nuvoton-Israel:npcm-v2.6 Feb 6, 2024
2 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants