dts: nordic: nrf54h20: define FLPR CLIC instance

Define the FLPR CLIC instance.

Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
This commit is contained in:
Gerard Marull-Paretas 2024-06-27 16:43:00 +02:00 committed by Carles Cufí
parent b5522411e3
commit d77ee01d10
1 changed files with 14 additions and 0 deletions

View File

@ -1166,6 +1166,20 @@
};
};
cpuflpr_private: cpuflpr-private-bus {
#address-cells = <1>;
#size-cells = <1>;
cpuflpr_clic: interrupt-controller@f0000000 {
compatible = "nordic,nrf-clic";
reg = <0xf0000000 0x3000>;
status = "disabled";
#interrupt-cells = <2>;
interrupt-controller;
#address-cells = <1>;
};
};
temp_nrfs: temp {
compatible = "nordic,nrf-temp-nrfs";
status = "disabled";