[PATCH v2 10/11] ARM: dts: zynq: Add SPDIF for Parallella

From: Andreas FÃrber
Date: Thu Jul 24 2014 - 19:01:29 EST


Signed-off-by: Andreas FÃrber <afaerber@xxxxxxx>
---
v2: New

arch/arm/boot/dts/zynq-parallella.dts | 15 +++++++++++++++
1 file changed, 15 insertions(+)

diff --git a/arch/arm/boot/dts/zynq-parallella.dts b/arch/arm/boot/dts/zynq-parallella.dts
index 8beaacc..65fbd8b 100644
--- a/arch/arm/boot/dts/zynq-parallella.dts
+++ b/arch/arm/boot/dts/zynq-parallella.dts
@@ -56,6 +56,21 @@
xlnx,genlock-mode = <0>;
};
};
+
+ audio_clock: audio-clock {
+ compatible = "fixed-clock";
+ #clock-cells = <0>;
+ clock-frequency = <12288000>;
+ };
+
+ axi-spdif-tx@0x75c00000 {
+ compatible = "adi,axi-spdif-tx-1.00.a";
+ reg = <0x75c00000 0x1000>;
+ clocks = <&clkc 15>, <&audio_clock>;
+ clock-names = "axi", "ref";
+ dmas = <&dmac_s 0>;
+ dma-names = "tx";
+ };
};
};

--
1.9.3

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/