KW45 SoC, and KW45B41-EVK board support #82034
KW45 SoC, and KW45B41-EVK board support #82034sumitbatra-nxp wants to merge 3 commits intozephyrproject-rtos:mainfrom
Conversation
|
The following west manifest projects have changed revision in this Pull Request:
⛔ DNM label due to: 1 project with PR revision Note: This message is automatically posted and updated by the Manifest GitHub Action. |
c700dbf to
27dc604
Compare
8ee3556 to
99a0b77
Compare
| select CPU_HAS_ARM_MPU | ||
| select ARMV8_M_DSP | ||
|
|
||
| rsource "../../common/Kconfig.nbu" |
| select CPU_HAS_ARM_SAU | ||
| select CPU_HAS_ARM_MPU | ||
| select ARMV8_M_DSP | ||
|
|
There was a problem hiding this comment.
actually why is a driver even here? Driver should be a driver in driver folder, it has no place being in SoC Kconfig tree
There was a problem hiding this comment.
soc/nxp/imxrt/Kconfig also refers to rsource "../common/Kconfig.xspi_xip"
Also, If we are talking about nbu driver then -
nxp_nbu.c is present in soc/nxp/common
| config SOC_SERIES | ||
| default "kw45" if SOC_SERIES_KINETIS_KW45 |
| } | ||
|
|
||
| if (!unsupported_state) { | ||
|
|
| return ret; | ||
| } | ||
|
|
||
| SYS_INIT(kw45_power_init, PRE_KERNEL_2, 0); |
| drive-strength = "low"; | ||
| }; | ||
| }; | ||
|
|
|
|
||
| pwmleds { | ||
| compatible = "pwm-leds"; | ||
| blue_pwm_led: pwm_led_0 { |
There was a problem hiding this comment.
file has inconsistent spacing
|
|
||
| CONFIG_ARM_MPU=y | ||
| CONFIG_TRUSTED_EXECUTION_SECURE=y | ||
| CONFIG_PINCTRL=y |
CAN change request addressed.
DerekSnell
left a comment
There was a problem hiding this comment.
Hi @sumitbatra-nxp ,
We should add a documentation page with this board. See FRDM-MCXW71
Thanks
Signed-off-by: Sumit Batra <sumit.batra@nxp.com>
Signed-off-by: Sumit Batra <sumit.batra@nxp.com>
Signed-off-by: Sumit Batra <sumit.batra@nxp.com>
99a0b77 to
b9385a7
Compare
|
|
I am closing this PR since -
|



There are 3 commits in this PR -
This PR is dependent on a HAL PR - zephyrproject-rtos/hal_nxp#502
Also there is a PR dependent on this one - #84565