-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Introduce nRF7120 SoC and board definitions to sdk-nrf #20070
base: main
Are you sure you want to change the base?
Introduce nRF7120 SoC and board definitions to sdk-nrf #20070
Conversation
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:sdk-nrf: PR head: 91b3e865fa40b85dbf0af6943e9772b5bb4e8e3b more detailssdk-nrf:
Github labels
List of changed files detected by CI (38)
Outputs:ToolchainVersion: 342151af73 Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
You can find the documentation preview for this PR at this link. Note: This comment is automatically posted by the Documentation Publish GitHub Action. |
also shouldn't be e.g. noup in sdk-nrf commit titles, that is for sdk-* OSS repos only |
b6ae797
to
338f9ac
Compare
338f9ac
to
58c71c8
Compare
boards/nordic/nrf7120pdk/Kconfig
Outdated
config NRF_MPC_REGION_SIZE | ||
hex | ||
default 0x1000 | ||
help | ||
Region size for the Memory Protection Controller (MPC) in bytes. |
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.
this should be in dts
58c71c8
to
d1e423f
Compare
501616d
to
f73fc0b
Compare
ranges = <0x0 0x20080000 0x40000>; | ||
}; | ||
|
||
ram02_sram: memory@200c0000 { |
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.
wifi_sram
as this is pretty much dedicated to Wi-Fi buffers?
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.
I'd favor keeping this naming more generic and skip referring to any protocol here (esp. if this part of the RAM can indeed serve multiple purposes).
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.
or may be ?
wifi_netbuf_sram: ram02_sram
- name: xip | ||
cpucluster: cpuflpr |
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.
XIP and FLPR?
- gnuarmemb | ||
- xtools | ||
- zephyr | ||
ram: 1024 |
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 the RAM doubled compared for default PDK?
f73fc0b
to
40b3dc2
Compare
@nrfconnect/ncs-code-owners |
2de9ef1
to
8f5f539
Compare
8f5f539
to
0c54122
Compare
f8059d9
to
265b144
Compare
348ada2
to
cac233a
Compare
Add dts files for nRF7120 Signed-off-by: David Jewsbury <[email protected]> Co-authored-by: Robert Robinson <[email protected]>
Add nRF7120 to soc directory Signed-off-by: Robert Robinson <[email protected]> Co-authored-by: David Jewsbury <[email protected]>
Add board files for nRF7120pdk Signed-off-by: David Jewsbury <[email protected]> Co-authored-by: Robert Robinson <[email protected]>
This adds the nrf7120pdk/cpuapp/ns board variant to sdk-zephyr. It allows to build nrf7120pdk with TF-M in nRF Connect SDK. Once upstreamed to zephyr, commit will become a noup within sdk-zephyr. This is done as a noup as the out-of-tree board extension feature is not available. When zephyrproject-rtos/zephyr#69548 is completed this commit can be reverted and the variant be placed in sdk-nrf. Signed-off-by: Robert Robinson <[email protected]>
Once nrf7120 is upstreamed this commit will be noup in sdk-zephyr. The SoftDevice Controller is a different controller than the open source link layer with a different set of quirks. It should therefore have its own device tree binding. This commit converts the SoftDevice Controller driver to use this new DTS binding instead of reusing the existing one. This commit updates or adds additional overlays for existing samples, applications and tests that were using the open source link layer. Signed-off-by: Robert Robinson <[email protected]>
nRF7120 has been added to soc folder in NCS Therefore, soc_root needs to be added to module.yml Signed-off-by: David Jewsbury <[email protected]>
The license agreement for files within sdk-nrf differs from what will eventually be required from upstream zephyr. All SPDX-License-Identifier: Apache-2.0 have been updated to SPDX-License-Identifier: LicenseRef-Nordic-5-Clause Signed-off-by: Robert Robinson <[email protected]>
Assigned codeowners for new nrf7120 board folder and soc/nordic within nrf. Signed-off-by: Robert Robinson <[email protected]>
cac233a
to
91b3e86
Compare
PR containing out of tree definitions for nrf7120.