Skip to content

Commit dcd4c1b

Browse files
committed
[nrf fromlist] 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. Upstream PR #: 82254 Signed-off-by: Rafał Kuźnia <[email protected]>
1 parent f5ed5e5 commit dcd4c1b

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
@@ -49,3 +49,51 @@ nvic: &cpuapp_nvic {};
4949
&gpiote30 {
5050
interrupts = <269 NRF_DEFAULT_IRQ_PRIORITY>;
5151
};
52+
53+
&dppic00 {
54+
status = "okay";
55+
};
56+
57+
&dppic10 {
58+
status = "okay";
59+
};
60+
61+
&dppic20 {
62+
status = "okay";
63+
};
64+
65+
&dppic30 {
66+
status = "okay";
67+
};
68+
69+
&ppib00 {
70+
status = "okay";
71+
};
72+
73+
&ppib01 {
74+
status = "okay";
75+
};
76+
77+
&ppib10 {
78+
status = "okay";
79+
};
80+
81+
&ppib11 {
82+
status = "okay";
83+
};
84+
85+
&ppib20 {
86+
status = "okay";
87+
};
88+
89+
&ppib21 {
90+
status = "okay";
91+
};
92+
93+
&ppib22 {
94+
status = "okay";
95+
};
96+
97+
&ppib30 {
98+
status = "okay";
99+
};

dts/arm/nordic/nrf54l_05_10_15_cpuapp.dtsi

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

0 commit comments

Comments
 (0)