Skip to content

Commit d723d99

Browse files
IVandeVeirecarlescufi
authored andcommitted
dts: arm: atmel: Add DAC support to SAM4S
Add DAC device tree entry for the Atmel SAM4S soc. Signed-off-by: Ibe Van de Veire <ibe.vandeveire@basalte.be>
1 parent a21e9f0 commit d723d99

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

dts/arm/atmel/sam4s.dtsi

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,15 @@
232232
status = "disabled";
233233
};
234234

235+
dacc: dacc@4003c000 {
236+
compatible = "atmel,sam-dac";
237+
reg = <0x4003c000 0x4000>;
238+
interrupts = <30 1>;
239+
clocks = <&pmc PMC_TYPE_PERIPHERAL 30>;
240+
status = "disabled";
241+
#io-channel-cells = <1>;
242+
};
243+
235244
rstc: rstc@400e1400 {
236245
compatible = "atmel,sam-rstc";
237246
reg = <0x400e1400 0x10>;

0 commit comments

Comments
 (0)