Skip to content

Commit 15b1a3d

Browse files
committed
[nrf fromtree] 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 <[email protected]> (cherry picked from commit 15fa37d)
1 parent b9d9b60 commit 15b1a3d

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

dts/bindings/adc/nordic,nrf-saadc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Nordic Semiconductor nRF family SAADC node
55

66
compatible: "nordic,nrf-saadc"
77

8-
include: adc-controller.yaml
8+
include: ["adc-controller.yaml", "memory-region.yaml"]
99

1010
properties:
1111
reg:

dts/common/nordic/nrf54h20.dtsi

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -661,6 +661,14 @@
661661
status = "disabled";
662662
};
663663

664+
adc: adc@982000 {
665+
compatible = "nordic,nrf-saadc";
666+
reg = <0x982000 0x1000>;
667+
interrupts = <386 NRF_DEFAULT_IRQ_PRIORITY>;
668+
status = "disabled";
669+
#io-channel-cells = <1>;
670+
};
671+
664672
comp: comparator@983000 {
665673
compatible = "nordic,nrf-comp";
666674
reg = <0x983000 0x1000>;

0 commit comments

Comments
 (0)