- Notifications
You must be signed in to change notification settings - Fork 8.4k
Port nRF7120 to upstream zephyr #101199
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
base: main
Are you sure you want to change the base?
Port nRF7120 to upstream zephyr #101199
Conversation
| reg = <0x10000 DT_SIZE_K(960)>; | ||
| }; | ||
| | ||
| slot0_ns_partition: partition@100000 { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no ns partitions unless building for ns, split partitions into 2 sets and put them in dts/vendor/nordic (see existing e.g. nrf5340 files) then #include them here. Normal board should make full use of all partition space that is no reservation carved out for flpr by default
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please verify this has been done as you expect.
22a4ca6 to ba58ce9 Compare ba58ce9 to b2adc47 Compare | config HAS_BT_CTLR | ||
| default BT |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there already support for this SoC in the Zephyr Bluetooth controller? If not, this should probably be omitted and added when supported
702bded to 77194e5 Compare 77194e5 to ce56325 Compare | 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. |
ce56325 to 151f73f Compare 425ad1e to 7a84631 Compare Add dts files for nRF7120 SoC. Signed-off-by: Robert Robinson <robert.robinson@nordicsemi.no>
Add all board files for nRF7120dk Signed-off-by: Robert Robinson <robert.robinson@nordicsemi.no>
Add SoC files for nrf7120. Signed-off-by: Robert Robinson <robert.robinson@nordicsemi.no>
This commit adds initial support for non secure nRF7120 targets in zephyr. There are important limitations, such as: - The hardware Crypto accelerator is not supported and thus the non secure target is NOT secure for production applications in upstream Zephyr. - The BL2 is not supported, so no DFU is supported with this support Signed-off-by: Robert Robinson <robert.robinson@nordicsemi.no>
Rename nRF7120PDK to nRF7120DK to align with upstream zephyr Align to nrf4.0 Add tfm_platform_user_memory_ranges.h files Signed-off-by: Robert Robinson <robert.robinson@nordicsemi.no>
7a84631 to 90cb64f Compare |



Add initial support for nRF7120 SoC: including soc, board and dts support.