Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Sanchayan Maity and committed by
Shawn Guo
18e75ad2 28f2c118

+18
+18
arch/arm/boot/dts/vfxxx.dtsi
··· 634 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 655 fec0: ethernet@400d0000 { 638 656 compatible = "fsl,mvf600-fec"; 639 657 reg = <0x400d0000 0x1000>;