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:
parent
902a88d93c
commit
20125076f6
7 changed files with 49 additions and 1 deletions
|
@ -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>;
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -158,7 +158,7 @@
|
|||
rng: random@41009000 {
|
||||
compatible = "nordic,nrf-rng";
|
||||
reg = <0x41009000 0x1000>;
|
||||
interrupts = <9 0>;
|
||||
interrupts = <9 1>;
|
||||
status = "okay";
|
||||
label = "RNG";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue