Skip to content

Commit 553bef0

Browse files
author
Thinh Le Cong
committed
dts: arm: renesas: Add ADC device node for EK-RA2A1 board
Add ADC device node to support ADC 16-bit on EK-RA2A1 Signed-off-by: Thinh Le Cong <[email protected]>
1 parent a29e15d commit 553bef0

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

dts/arm/renesas/ra/ra2/ra2xx.dtsi

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,17 @@
255255
#size-cells = <1>;
256256
};
257257

258+
adc0: adc@4005c000 {
259+
compatible = "renesas,ra-adc";
260+
reg = <0x4005c000 0x100>;
261+
#io-channel-cells = <1>;
262+
vref-mv = <3300>;
263+
channel-available-mask = <0xff0001ff>;
264+
reference = "external";
265+
variant = <16>;
266+
status = "disabled";
267+
};
268+
258269
agt0: agt@40084000 {
259270
compatible = "renesas,ra-agt";
260271
channel = <0>;

0 commit comments

Comments
 (0)