aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCodrin Ciubotariu <codrin.ciubotariu@microchip.com>2018-08-06 07:19:46 -0400
committerAlexandre Belloni <alexandre.belloni@bootlin.com>2018-08-27 10:40:20 -0400
commit943b4164abdfa6e1cdd5f8fe70fa696f2bad6449 (patch)
tree77a33f4e07022402d0a81864853c1659e7d59fb1
parentcfb3cff763dfefee3b3ed0cafde46415bf9be119 (diff)
ARM: dts: at91: sama5d2: add I2S clock muxing nodes
This patch adds two clock muxes for the two I2S buses present on sama5d2 platforms. Signed-off-by: Codrin Ciubotariu <codrin.ciubotariu@microchip.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
-rw-r--r--arch/arm/boot/dts/sama5d2.dtsi18
1 files changed, 18 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/sama5d2.dtsi b/arch/arm/boot/dts/sama5d2.dtsi
index a44f3250c59c..8b5c18f2b848 100644
--- a/arch/arm/boot/dts/sama5d2.dtsi
+++ b/arch/arm/boot/dts/sama5d2.dtsi
@@ -993,6 +993,24 @@
993 atmel,clk-output-range = <0 100000000>; 993 atmel,clk-output-range = <0 100000000>;
994 }; 994 };
995 }; 995 };
996
997 i2s_clkmux {
998 compatible = "atmel,sama5d2-clk-i2s-mux";
999 #address-cells = <1>;
1000 #size-cells = <0>;
1001
1002 i2s0muxck: i2s0_muxclk {
1003 clocks = <&i2s0_clk>, <&i2s0_gclk>;
1004 #clock-cells = <0>;
1005 reg = <0>;
1006 };
1007
1008 i2s1muxck: i2s1_muxclk {
1009 clocks = <&i2s1_clk>, <&i2s1_gclk>;
1010 #clock-cells = <0>;
1011 reg = <1>;
1012 };
1013 };
996 }; 1014 };
997 1015
998 qspi0: spi@f0020000 { 1016 qspi0: spi@f0020000 {