dts: nrf: add UICR and FICR peripherals

Add UICR and FICR peripherals to dts for SoC's that are missing them.

Fixes #24338

Signed-off-by: Jordan Yates <jordan.yates@data61.csiro.au>
This commit is contained in:
Jordan Yates 2020-12-24 10:17:50 +10:00 committed by Anas Nashif
commit f70efbcd9b
6 changed files with 72 additions and 0 deletions

View file

@ -219,6 +219,18 @@
status = "okay";
label = "WDT";
};
ficr: ficr@10000000 {
compatible = "nordic,nrf-ficr";
reg = <0x10000000 0x1000>;
status = "okay";
};
uicr: uicr@10001000 {
compatible = "nordic,nrf-uicr";
reg = <0x10001000 0x1000>;
status = "okay";
};
};
sw_pwm: sw-pwm {

View file

@ -243,6 +243,18 @@
status = "okay";
label = "WDT";
};
ficr: ficr@10000000 {
compatible = "nordic,nrf-ficr";
reg = <0x10000000 0x1000>;
status = "okay";
};
uicr: uicr@10001000 {
compatible = "nordic,nrf-uicr";
reg = <0x10001000 0x1000>;
status = "okay";
};
};
sw_pwm: sw-pwm {

View file

@ -253,6 +253,18 @@
status = "okay";
label = "WDT";
};
ficr: ficr@10000000 {
compatible = "nordic,nrf-ficr";
reg = <0x10000000 0x1000>;
status = "okay";
};
uicr: uicr@10001000 {
compatible = "nordic,nrf-uicr";
reg = <0x10001000 0x1000>;
status = "okay";
};
};
sw_pwm: sw-pwm {

View file

@ -317,6 +317,18 @@
status = "okay";
label = "WDT";
};
ficr: ficr@10000000 {
compatible = "nordic,nrf-ficr";
reg = <0x10000000 0x1000>;
status = "okay";
};
uicr: uicr@10001000 {
compatible = "nordic,nrf-uicr";
reg = <0x10001000 0x1000>;
status = "okay";
};
};
sw_pwm: sw-pwm {

View file

@ -373,6 +373,18 @@
status = "okay";
label = "WDT";
};
ficr: ficr@10000000 {
compatible = "nordic,nrf-ficr";
reg = <0x10000000 0x1000>;
status = "okay";
};
uicr: uicr@10001000 {
compatible = "nordic,nrf-uicr";
reg = <0x10001000 0x1000>;
status = "okay";
};
};
sw_pwm: sw-pwm {

View file

@ -394,6 +394,18 @@
label = "CRYPTOCELL310";
};
};
ficr: ficr@10000000 {
compatible = "nordic,nrf-ficr";
reg = <0x10000000 0x1000>;
status = "okay";
};
uicr: uicr@10001000 {
compatible = "nordic,nrf-uicr";
reg = <0x10001000 0x1000>;
status = "okay";
};
};
sw_pwm: sw-pwm {