Deleted Added
full compact
sama5d3xmb.dtsi (262573) sama5d3xmb.dtsi (270864)
1/*
2 * sama5d3xmb.dts - Device Tree file for SAMA5D3x mother board
3 *
4 * Copyright (C) 2013 Atmel,
5 * 2013 Ludovic Desroches <ludovic.desroches@atmel.com>
6 *
7 * Licensed under GPLv2 or later.
8 */

--- 18 unchanged lines hidden (view full) ---

27 spi0: spi@f0004000 {
28 m25p80@0 {
29 compatible = "atmel,at25df321a";
30 spi-max-frequency = <50000000>;
31 reg = <0>;
32 };
33 };
34
1/*
2 * sama5d3xmb.dts - Device Tree file for SAMA5D3x mother board
3 *
4 * Copyright (C) 2013 Atmel,
5 * 2013 Ludovic Desroches <ludovic.desroches@atmel.com>
6 *
7 * Licensed under GPLv2 or later.
8 */

--- 18 unchanged lines hidden (view full) ---

27 spi0: spi@f0004000 {
28 m25p80@0 {
29 compatible = "atmel,at25df321a";
30 spi-max-frequency = <50000000>;
31 reg = <0>;
32 };
33 };
34
35 ssc0: ssc@f0008000 {
36 atmel,clk-from-rk-pin;
37 };
38
35 /*
36 * i2c0 conflicts with ISI:
37 * disable it to allow the use of ISI
38 * can not enable audio when i2c0 disabled
39 */
40 i2c0: i2c@f0014000 {
41 wm8904: wm8904@1a {
42 compatible = "wm8904";
43 reg = <0x1a>;
39 /*
40 * i2c0 conflicts with ISI:
41 * disable it to allow the use of ISI
42 * can not enable audio when i2c0 disabled
43 */
44 i2c0: i2c@f0014000 {
45 wm8904: wm8904@1a {
46 compatible = "wm8904";
47 reg = <0x1a>;
48 clocks = <&pck0>;
49 clock-names = "mclk";
44 };
45 };
46
47 usart1: serial@f0020000 {
48 pinctrl-names = "default";
49 pinctrl-0 = <&pinctrl_usart1 &pinctrl_usart1_rts_cts>;
50 status = "okay";
51 };

--- 99 unchanged lines hidden (view full) ---

151 };
152
153 usb2: ehci@00700000 {
154 status = "okay";
155 };
156 };
157
158 sound {
50 };
51 };
52
53 usart1: serial@f0020000 {
54 pinctrl-names = "default";
55 pinctrl-0 = <&pinctrl_usart1 &pinctrl_usart1_rts_cts>;
56 status = "okay";
57 };

--- 99 unchanged lines hidden (view full) ---

157 };
158
159 usb2: ehci@00700000 {
160 status = "okay";
161 };
162 };
163
164 sound {
159 compatible = "atmel,sama5d3ek-wm8904";
165 compatible = "atmel,asoc-wm8904";
160 pinctrl-names = "default";
161 pinctrl-0 = <&pinctrl_pck0_as_audio_mck>;
162
163 atmel,model = "wm8904 @ SAMA5D3EK";
164 atmel,audio-routing =
165 "Headphone Jack", "HPOUTL",
166 "Headphone Jack", "HPOUTR",
167 "IN2L", "Line In Jack",
168 "IN2R", "Line In Jack",
166 pinctrl-names = "default";
167 pinctrl-0 = <&pinctrl_pck0_as_audio_mck>;
168
169 atmel,model = "wm8904 @ SAMA5D3EK";
170 atmel,audio-routing =
171 "Headphone Jack", "HPOUTL",
172 "Headphone Jack", "HPOUTR",
173 "IN2L", "Line In Jack",
174 "IN2R", "Line In Jack",
175 "MICBIAS", "IN1L",
169 "IN1L", "Mic";
170
171 atmel,ssc-controller = <&ssc0>;
172 atmel,audio-codec = <&wm8904>;
176 "IN1L", "Mic";
177
178 atmel,ssc-controller = <&ssc0>;
179 atmel,audio-codec = <&wm8904>;
180
181 status = "disabled";
173 };
174};
182 };
183};