OSDN Git Service

ARM: dts: lpc18xx: add dac node
authorJoachim Eastwood <manabian@gmail.com>
Sun, 28 Feb 2016 22:48:18 +0000 (23:48 +0100)
committerJoachim Eastwood <manabian@gmail.com>
Tue, 29 Mar 2016 19:56:21 +0000 (21:56 +0200)
Add node for the 10-bit DAC found on all lpc18xx SoCs.

Signed-off-by: Joachim Eastwood <manabian@gmail.com>
arch/arm/boot/dts/lpc18xx.dtsi

index 88d27ae..fdc991b 100644 (file)
                        status = "disabled";
                };
 
+               dac: dac@400e1000 {
+                       compatible = "nxp,lpc1850-dac";
+                       reg = <0x400e1000 0x1000>;
+                       interrupts = <0>;
+                       clocks = <&ccu1 CLK_APB3_DAC>;
+                       resets = <&rgu 42>;
+                       status = "disabled";
+               };
+
                can0: can@400e2000 {
                        compatible = "bosch,c_can";
                        reg = <0x400e2000 0x1000>;