1
0
Fork 0

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>
hifive-unleashed-5.1
Codrin Ciubotariu 2018-08-06 14:19:46 +03:00 committed by Alexandre Belloni
parent cfb3cff763
commit 943b4164ab
1 changed files with 18 additions and 0 deletions

View File

@ -993,6 +993,24 @@
atmel,clk-output-range = <0 100000000>;
};
};
i2s_clkmux {
compatible = "atmel,sama5d2-clk-i2s-mux";
#address-cells = <1>;
#size-cells = <0>;
i2s0muxck: i2s0_muxclk {
clocks = <&i2s0_clk>, <&i2s0_gclk>;
#clock-cells = <0>;
reg = <0>;
};
i2s1muxck: i2s1_muxclk {
clocks = <&i2s1_clk>, <&i2s1_gclk>;
#clock-cells = <0>;
reg = <1>;
};
};
};
qspi0: spi@f0020000 {