Skip to content

Commit

Permalink
[nrf fromlist] soc: nordic: enable DPPI and PPIB nodes by default
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
e-rk committed Nov 29, 2024
1 parent f5ed5e5 commit dcd4c1b
Show file tree
Hide file tree
Showing 2 changed files with 96 additions and 0 deletions.
48 changes: 48 additions & 0 deletions dts/arm/nordic/nrf54l20_enga_cpuapp.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,51 @@ nvic: &cpuapp_nvic {};
&gpiote30 {
interrupts = <269 NRF_DEFAULT_IRQ_PRIORITY>;
};

&dppic00 {
status = "okay";
};

&dppic10 {
status = "okay";
};

&dppic20 {
status = "okay";
};

&dppic30 {
status = "okay";
};

&ppib00 {
status = "okay";
};

&ppib01 {
status = "okay";
};

&ppib10 {
status = "okay";
};

&ppib11 {
status = "okay";
};

&ppib20 {
status = "okay";
};

&ppib21 {
status = "okay";
};

&ppib22 {
status = "okay";
};

&ppib30 {
status = "okay";
};
48 changes: 48 additions & 0 deletions dts/arm/nordic/nrf54l_05_10_15_cpuapp.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -85,3 +85,51 @@ nvic: &cpuapp_nvic {};
interrupts = <269 NRF_DEFAULT_IRQ_PRIORITY>;
#endif
};

&dppic00 {
status = "okay";
};

&dppic10 {
status = "okay";
};

&dppic20 {
status = "okay";
};

&dppic30 {
status = "okay";
};

&ppib00 {
status = "okay";
};

&ppib01 {
status = "okay";
};

&ppib10 {
status = "okay";
};

&ppib11 {
status = "okay";
};

&ppib20 {
status = "okay";
};

&ppib21 {
status = "okay";
};

&ppib22 {
status = "okay";
};

&ppib30 {
status = "okay";
};

0 comments on commit dcd4c1b

Please sign in to comment.