dts: Update SAADC compatible and expand nRF54H20 dtsi

Adds full description of the adc node and support for memory regions.

Signed-off-by: Karol Lasończyk <karol.lasonczyk@nordicsemi.no>
This commit is contained in:
Karol Lasończyk 2024-02-13 14:12:45 +01:00 committed by Fabio Baltieri
parent 13196ec7c8
commit 15fa37d356
2 changed files with 9 additions and 1 deletions

View File

@ -5,7 +5,7 @@ description: Nordic Semiconductor nRF family SAADC node
compatible: "nordic,nrf-saadc"
include: adc-controller.yaml
include: ["adc-controller.yaml", "memory-region.yaml"]
properties:
reg:

View File

@ -661,6 +661,14 @@
status = "disabled";
};
adc: adc@982000 {
compatible = "nordic,nrf-saadc";
reg = <0x982000 0x1000>;
interrupts = <386 NRF_DEFAULT_IRQ_PRIORITY>;
status = "disabled";
#io-channel-cells = <1>;
};
comp: comparator@983000 {
compatible = "nordic,nrf-comp";
reg = <0x983000 0x1000>;