dts: nordic: Add missing rng nodes in nRF SoCs

Define rng nodes for all SoCs featuring the RNG peripheral,
so that the entropy_nrf5 driver can be converted to DTS.

For the network core in nRF5340, align the RNG interrupt priority with
what is used as the default value in (almost) all other DTS nodes.

Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no>
This commit is contained in:
Andrzej Głąbek 2020-04-03 13:40:49 +00:00 committed by Kumar Gala
commit 20125076f6
7 changed files with 49 additions and 1 deletions

View file

@ -130,6 +130,14 @@
label = "QDEC";
};
rng: random@4000d000 {
compatible = "nordic,nrf-rng";
reg = <0x4000d000 0x1000>;
interrupts = <13 1>;
status = "okay";
label = "RNG";
};
spi0: spi@40003000 {
compatible = "nordic,nrf-spi";
#address-cells = <1>;

View file

@ -134,6 +134,14 @@
label = "QDEC";
};
rng: random@4000d000 {
compatible = "nordic,nrf-rng";
reg = <0x4000d000 0x1000>;
interrupts = <13 1>;
status = "okay";
label = "RNG";
};
spi0: spi@40004000 {
/*
* This spi node can be SPI, SPIM, or SPIS,

View file

@ -141,6 +141,14 @@
label = "QDEC";
};
rng: random@4000d000 {
compatible = "nordic,nrf-rng";
reg = <0x4000d000 0x1000>;
interrupts = <13 1>;
status = "okay";
label = "RNG";
};
spi0: spi@40004000 {
/*
* This spi node can be SPI, SPIM, or SPIS,

View file

@ -177,6 +177,14 @@
label = "QDEC";
};
rng: random@4000d000 {
compatible = "nordic,nrf-rng";
reg = <0x4000d000 0x1000>;
interrupts = <13 1>;
status = "okay";
label = "RNG";
};
spi0: spi@40003000 {
/*
* This spi node can be SPI, SPIM, or SPIS,

View file

@ -215,6 +215,14 @@
label = "QDEC";
};
rng: random@4000d000 {
compatible = "nordic,nrf-rng";
reg = <0x4000d000 0x1000>;
interrupts = <13 1>;
status = "okay";
label = "RNG";
};
spi0: spi@40003000 {
/*
* This spi node can be SPI, SPIM, or SPIS,

View file

@ -214,6 +214,14 @@
label = "QDEC";
};
rng: random@4000d000 {
compatible = "nordic,nrf-rng";
reg = <0x4000d000 0x1000>;
interrupts = <13 1>;
status = "okay";
label = "RNG";
};
spi0: spi@40003000 {
/*
* This spi node can be SPI, SPIM, or SPIS,

View file

@ -158,7 +158,7 @@
rng: random@41009000 {
compatible = "nordic,nrf-rng";
reg = <0x41009000 0x1000>;
interrupts = <9 0>;
interrupts = <9 1>;
status = "okay";
label = "RNG";
};