Skip to content

Commit d890cfd

Browse files
e-rkkartben
authored andcommitted
soc: nordic: enable DPPI and PPIB nodes by default
The DPPI and PPIB peripheral nodes must be enabled to allow the CONFIG_HAS_HW_NRF_DPPIC to be set. This change is consistent with what was done on nRF5340 and does not introduce any additional memory overhead, because there is no Zephyr driver behind the nrf-dppic and nrf-ppib bindings. Signed-off-by: Rafał Kuźnia <[email protected]>
1 parent ec1f662 commit d890cfd

File tree

2 files changed

+96
-0
lines changed

2 files changed

+96
-0
lines changed

dts/arm/nordic/nrf54l20_enga_cpuapp.dtsi

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,51 @@ nvic: &cpuapp_nvic {};
4040
&gpiote30 {
4141
interrupts = <269 NRF_DEFAULT_IRQ_PRIORITY>;
4242
};
43+
44+
&dppic00 {
45+
status = "okay";
46+
};
47+
48+
&dppic10 {
49+
status = "okay";
50+
};
51+
52+
&dppic20 {
53+
status = "okay";
54+
};
55+
56+
&dppic30 {
57+
status = "okay";
58+
};
59+
60+
&ppib00 {
61+
status = "okay";
62+
};
63+
64+
&ppib01 {
65+
status = "okay";
66+
};
67+
68+
&ppib10 {
69+
status = "okay";
70+
};
71+
72+
&ppib11 {
73+
status = "okay";
74+
};
75+
76+
&ppib20 {
77+
status = "okay";
78+
};
79+
80+
&ppib21 {
81+
status = "okay";
82+
};
83+
84+
&ppib22 {
85+
status = "okay";
86+
};
87+
88+
&ppib30 {
89+
status = "okay";
90+
};

dts/arm/nordic/nrf54l_05_10_15_cpuapp.dtsi

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,3 +84,51 @@ nvic: &cpuapp_nvic {};
8484
interrupts = <269 NRF_DEFAULT_IRQ_PRIORITY>;
8585
#endif
8686
};
87+
88+
&dppic00 {
89+
status = "okay";
90+
};
91+
92+
&dppic10 {
93+
status = "okay";
94+
};
95+
96+
&dppic20 {
97+
status = "okay";
98+
};
99+
100+
&dppic30 {
101+
status = "okay";
102+
};
103+
104+
&ppib00 {
105+
status = "okay";
106+
};
107+
108+
&ppib01 {
109+
status = "okay";
110+
};
111+
112+
&ppib10 {
113+
status = "okay";
114+
};
115+
116+
&ppib11 {
117+
status = "okay";
118+
};
119+
120+
&ppib20 {
121+
status = "okay";
122+
};
123+
124+
&ppib21 {
125+
status = "okay";
126+
};
127+
128+
&ppib22 {
129+
status = "okay";
130+
};
131+
132+
&ppib30 {
133+
status = "okay";
134+
};

0 commit comments

Comments
 (0)