Skip to content

Commit a8d9cf9

Browse files
author
Codrin Ciubotariu
committed
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>
1 parent 007df96 commit a8d9cf9

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

arch/arm/boot/dts/sama5d2.dtsi

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1000,6 +1000,24 @@
10001000
atmel,clk-output-range = <0 100000000>;
10011001
};
10021002
};
1003+
1004+
i2s_clkmux {
1005+
compatible = "atmel,sama5d2-clk-i2s-mux";
1006+
#address-cells = <1>;
1007+
#size-cells = <0>;
1008+
1009+
i2s0muxck: i2s0_muxclk {
1010+
clocks = <&i2s0_clk>, <&i2s0_gclk>;
1011+
#clock-cells = <0>;
1012+
reg = <0>;
1013+
};
1014+
1015+
i2s1muxck: i2s1_muxclk {
1016+
clocks = <&i2s1_clk>, <&i2s1_gclk>;
1017+
#clock-cells = <0>;
1018+
reg = <1>;
1019+
};
1020+
};
10031021
};
10041022

10051023
qspi0: spi@f0020000 {

0 commit comments

Comments
 (0)