aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSanchayan Maity <maitysanchayan@gmail.com>2016-02-22 01:18:36 -0500
committerShawn Guo <shawnguo@kernel.org>2016-02-29 03:17:47 -0500
commit18e75ad2ff23b3a1d5ff329885d53636876aec96 (patch)
tree5f0e18b01c43cf3e08f6a5f5f44fb1934ac33ea6
parent28f2c11816089c546b3611e601620266fbd69da9 (diff)
ARM: dts: vfxxx: Add DAC node for Vybrid SoC
Add a device tree node entry for DAC peripheral on Vybrid SoC. Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
-rw-r--r--arch/arm/boot/dts/vfxxx.dtsi18
1 files changed, 18 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/vfxxx.dtsi b/arch/arm/boot/dts/vfxxx.dtsi
index 6289c5de99ad..5e49fbd36b48 100644
--- a/arch/arm/boot/dts/vfxxx.dtsi
+++ b/arch/arm/boot/dts/vfxxx.dtsi
@@ -634,6 +634,24 @@
634 status = "disabled"; 634 status = "disabled";
635 }; 635 };
636 636
637 dac0: dac@400cc000 {
638 compatible = "fsl,vf610-dac";
639 reg = <0x400cc000 1000>;
640 interrupts = <55 IRQ_TYPE_LEVEL_HIGH>;
641 clock-names = "dac";
642 clocks = <&clks VF610_CLK_DAC0>;
643 status = "disabled";
644 };
645
646 dac1: dac@400cd000 {
647 compatible = "fsl,vf610-dac";
648 reg = <0x400cd000 1000>;
649 interrupts = <56 IRQ_TYPE_LEVEL_HIGH>;
650 clock-names = "dac";
651 clocks = <&clks VF610_CLK_DAC1>;
652 status = "disabled";
653 };
654
637 fec0: ethernet@400d0000 { 655 fec0: ethernet@400d0000 {
638 compatible = "fsl,mvf600-fec"; 656 compatible = "fsl,mvf600-fec";
639 reg = <0x400d0000 0x1000>; 657 reg = <0x400d0000 0x1000>;