-
Notifications
You must be signed in to change notification settings - Fork 645
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[nrf fromlist] dts: Add uicr nfct_pins_as_gpios prop on 5340_ns
Add a uicr node for the NRF5340 non-secure target. The UICR is mapped as secure only so the non-secure app doesn't have access to it but we still want to configure the nfct_pins_as_gpios property the same way for both secure and non-secure targets. The uicr option in the non-secure target doesn't have the register property since it is not usable. Upstream PR: zephyrproject-rtos/zephyr#69337 Ref: NCSDK-24437 Signed-off-by: Georgios Vasilakis <[email protected]>
- Loading branch information
Showing
3 changed files
with
26 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
description: Nordic UICR (User Information Configuration Registers) for configuration purposes only | ||
|
||
compatible: "nordic,nrf-uicr-config-only" | ||
|
||
include: base.yaml | ||
|
||
properties: | ||
nfct-pins-as-gpios: | ||
type: boolean | ||
description: | | ||
When enabled this property will configure pins dedicated to NFCT | ||
peripheral as regular GPIOs. | ||
NFC pins in nRF5340: P0.02 and P0.03 | ||
This setting, once applied, can only be unset by erasing the UICR | ||
registers. Refer to the reference manual for more details. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters