Skip to content

Commit b7a4a2f

Browse files
mbolivar-nordiccfriedt
authored andcommitted
dts: nrf51822: add some missing nodes
Add missing FICR, UICR, RADIO nodes. We already have compatibles for these defined, and the peripherals are present, so define them for consistency across SoCs. Signed-off-by: Martí Bolívar <[email protected]>
1 parent 041099f commit b7a4a2f

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

dts/arm/nordic/nrf51822.dtsi

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,18 @@
2424
};
2525

2626
soc {
27+
ficr: ficr@10000000 {
28+
compatible = "nordic,nrf-ficr";
29+
reg = <0x10000000 0x1000>;
30+
status = "okay";
31+
};
32+
33+
uicr: uicr@10001000 {
34+
compatible = "nordic,nrf-uicr";
35+
reg = <0x10001000 0x1000>;
36+
status = "okay";
37+
};
38+
2739
sram0: memory@20000000 {
2840
compatible = "mmio-sram";
2941
};
@@ -36,6 +48,13 @@
3648
label = "CLOCK";
3749
};
3850

51+
radio: radio@40001000 {
52+
compatible = "nordic,nrf-radio";
53+
reg = <0x40001000 0x1000>;
54+
interrupts = <1 NRF_DEFAULT_IRQ_PRIORITY>;
55+
status = "okay";
56+
};
57+
3958
uart0: uart@40002000 {
4059
compatible = "nordic,nrf-uart";
4160
reg = <0x40002000 0x1000>;

0 commit comments

Comments
 (0)