devicetree: Add DTS file to support the Nexus7 2013 (flo) device.
[deliverable/linux.git] / arch / arm / boot / dts / sama5d3xmb.dtsi
CommitLineData
655ff266
LD
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 */
6db64d29 9#include "sama5d3xcm.dtsi"
655ff266
LD
10
11/ {
12 compatible = "atmel,sama5d3xmb", "atmel,sama5d3xcm", "atmel,sama5d3", "atmel,sama5";
13
14 ahb {
15 apb {
16 mmc0: mmc@f0000000 {
17 pinctrl-names = "default";
18 pinctrl-0 = <&pinctrl_mmc0_clk_cmd_dat0 &pinctrl_mmc0_dat1_3 &pinctrl_mmc0_cd>;
19 status = "okay";
20 slot@0 {
21 reg = <0>;
22 bus-width = <4>;
92f8629b 23 cd-gpios = <&pioD 17 GPIO_ACTIVE_HIGH>;
655ff266
LD
24 };
25 };
26
27 spi0: spi@f0004000 {
fe855dbf
BS
28 dmas = <0>, <0>; /* Do not use DMA for spi0 */
29
655ff266
LD
30 m25p80@0 {
31 compatible = "atmel,at25df321a";
32 spi-max-frequency = <50000000>;
33 reg = <0>;
34 };
35 };
36
27a96a03
BS
37 ssc0: ssc@f0008000 {
38 atmel,clk-from-rk-pin;
39 };
40
655ff266
LD
41 /*
42 * i2c0 conflicts with ISI:
43 * disable it to allow the use of ISI
44 * can not enable audio when i2c0 disabled
45 */
46 i2c0: i2c@f0014000 {
47 wm8904: wm8904@1a {
ee2322ff 48 compatible = "wlf,wm8904";
655ff266 49 reg = <0x1a>;
18f44d7b
BS
50 clocks = <&pck0>;
51 clock-names = "mclk";
655ff266
LD
52 };
53 };
54
4dd32e6d
JW
55 i2c1: i2c@f0018000 {
56 ov2640: camera@0x30 {
57 compatible = "ovti,ov2640";
58 reg = <0x30>;
59 pinctrl-names = "default";
60 pinctrl-0 = <&pinctrl_pck1_as_isi_mck &pinctrl_sensor_power &pinctrl_sensor_reset>;
61 resetb-gpios = <&pioE 24 GPIO_ACTIVE_LOW>;
62 pwdn-gpios = <&pioE 29 GPIO_ACTIVE_HIGH>;
63 /* use pck1 for the master clock of ov2640 */
64 clocks = <&pck1>;
65 clock-names = "xvclk";
66 assigned-clocks = <&pck1>;
67 assigned-clock-rates = <25000000>;
68
69 port {
70 ov2640_0: endpoint {
71 remote-endpoint = <&isi_0>;
72 bus-width = <8>;
73 };
74 };
75 };
76 };
77
655ff266 78 usart1: serial@f0020000 {
fe855dbf 79 dmas = <0>, <0>; /* Do not use DMA for usart1 */
655ff266
LD
80 pinctrl-names = "default";
81 pinctrl-0 = <&pinctrl_usart1 &pinctrl_usart1_rts_cts>;
82 status = "okay";
83 };
84
85 isi: isi@f0034000 {
4dd32e6d
JW
86 port {
87 isi_0: endpoint {
88 remote-endpoint = <&ov2640_0>;
89 bus-width = <8>;
bc81beb8
JW
90 vsync-active = <1>;
91 hsync-active = <1>;
4dd32e6d
JW
92 };
93 };
655ff266
LD
94 };
95
96 mmc1: mmc@f8000000 {
97 pinctrl-names = "default";
98 pinctrl-0 = <&pinctrl_mmc1_clk_cmd_dat0 &pinctrl_mmc1_dat1_3 &pinctrl_mmc1_cd>;
99 status = "okay";
100 slot@0 {
101 reg = <0>;
102 bus-width = <4>;
92f8629b 103 cd-gpios = <&pioD 18 GPIO_ACTIVE_HIGH>;
655ff266
LD
104 };
105 };
106
107 adc0: adc@f8018000 {
108 pinctrl-names = "default";
109 pinctrl-0 = <
110 &pinctrl_adc0_adtrg
111 &pinctrl_adc0_ad0
112 &pinctrl_adc0_ad1
113 &pinctrl_adc0_ad2
114 &pinctrl_adc0_ad3
115 &pinctrl_adc0_ad4
116 >;
117 status = "okay";
118 };
119
120 macb1: ethernet@f802c000 {
121 phy-mode = "rmii";
8c038e7e
BB
122
123 #address-cells = <1>;
124 #size-cells = <0>;
a3a975b1 125 phy0: ethernet-phy@1 {
8c038e7e
BB
126 interrupt-parent = <&pioE>;
127 interrupts = <30 IRQ_TYPE_EDGE_FALLING>;
128 reg = <1>;
129 };
655ff266
LD
130 };
131
132 pinctrl@fffff200 {
133 board {
134 pinctrl_mmc0_cd: mmc0_cd {
135 atmel,pins =
c9d0f317 136 <AT91_PIOD 17 AT91_PERIPH_GPIO AT91_PINCTRL_PULL_UP_DEGLITCH>; /* PD17 GPIO with pullup deglitch */
655ff266
LD
137 };
138
139 pinctrl_mmc1_cd: mmc1_cd {
140 atmel,pins =
c9d0f317 141 <AT91_PIOD 18 AT91_PERIPH_GPIO AT91_PINCTRL_PULL_UP_DEGLITCH>; /* PD18 GPIO with pullup deglitch */
655ff266
LD
142 };
143
144 pinctrl_pck0_as_audio_mck: pck0_as_audio_mck {
145 atmel,pins =
c9d0f317 146 <AT91_PIOD 30 AT91_PERIPH_B AT91_PINCTRL_NONE>; /* PD30 periph B */
655ff266
LD
147 };
148
fbe18601 149 pinctrl_pck1_as_isi_mck: pck1_as_isi_mck-0 {
24fe3f02
BS
150 atmel,pins =
151 <AT91_PIOD 31 AT91_PERIPH_B AT91_PINCTRL_NONE>; /* PD31 periph B ISI_MCK */
152 };
153
97889b14 154 pinctrl_sensor_reset: sensor_reset-0 {
655ff266 155 atmel,pins =
c9d0f317 156 <AT91_PIOE 24 AT91_PERIPH_GPIO AT91_PINCTRL_NONE>; /* PE24 gpio */
655ff266
LD
157 };
158
97889b14 159 pinctrl_sensor_power: sensor_power-0 {
655ff266 160 atmel,pins =
c9d0f317 161 <AT91_PIOE 29 AT91_PERIPH_GPIO AT91_PINCTRL_NONE>; /* PE29 gpio */
655ff266
LD
162 };
163
164 pinctrl_usba_vbus: usba_vbus {
165 atmel,pins =
c9d0f317 166 <AT91_PIOD 29 AT91_PERIPH_GPIO AT91_PINCTRL_DEGLITCH>; /* PD29 GPIO with deglitch */
655ff266
LD
167 };
168 };
169 };
170
171 dbgu: serial@ffffee00 {
fe855dbf 172 dmas = <0>, <0>; /* Do not use DMA for dbgu */
655ff266
LD
173 status = "okay";
174 };
175
176 watchdog@fffffe40 {
177 status = "okay";
178 };
179 };
180
181 usb0: gadget@00500000 {
92f8629b 182 atmel,vbus-gpio = <&pioD 29 GPIO_ACTIVE_HIGH>;
655ff266
LD
183 pinctrl-names = "default";
184 pinctrl-0 = <&pinctrl_usba_vbus>;
185 status = "okay";
186 };
187
188 usb1: ohci@00600000 {
189 num-ports = <3>;
92f8629b
JCPV
190 atmel,vbus-gpio = <&pioD 25 GPIO_ACTIVE_HIGH
191 &pioD 26 GPIO_ACTIVE_LOW
192 &pioD 27 GPIO_ACTIVE_LOW
655ff266
LD
193 >;
194 status = "okay";
195 };
196
197 usb2: ehci@00700000 {
198 status = "okay";
199 };
200 };
201
202 sound {
469bbf0a 203 compatible = "atmel,asoc-wm8904";
655ff266
LD
204 pinctrl-names = "default";
205 pinctrl-0 = <&pinctrl_pck0_as_audio_mck>;
206
207 atmel,model = "wm8904 @ SAMA5D3EK";
208 atmel,audio-routing =
209 "Headphone Jack", "HPOUTL",
210 "Headphone Jack", "HPOUTR",
211 "IN2L", "Line In Jack",
212 "IN2R", "Line In Jack",
04582fd0 213 "Mic", "MICBIAS",
655ff266
LD
214 "IN1L", "Mic";
215
216 atmel,ssc-controller = <&ssc0>;
217 atmel,audio-codec = <&wm8904>;
208ec6ff
BS
218
219 status = "disabled";
655ff266
LD
220 };
221};
This page took 0.170763 seconds and 5 git commands to generate.