c71a0d73d2a2e9fd64c1906b0fe42a6cfefbd230
[sfrench/cifs-2.6.git] / arch / arm / boot / dts / bcm2837-rpi-3-b.dts
1 /dts-v1/;
2 #include "bcm2837.dtsi"
3 #include "bcm2835-rpi.dtsi"
4 #include "bcm283x-rpi-smsc9514.dtsi"
5 #include "bcm283x-rpi-usb-host.dtsi"
6
7 / {
8         compatible = "raspberrypi,3-model-b", "brcm,bcm2837";
9         model = "Raspberry Pi 3 Model B";
10
11         chosen {
12                 /* 8250 auxiliary UART instead of pl011 */
13                 stdout-path = "serial1:115200n8";
14         };
15
16         memory {
17                 reg = <0 0x40000000>;
18         };
19
20         leds {
21                 act {
22                         gpios = <&gpio 47 0>;
23                 };
24         };
25 };
26
27 /* uart0 communicates with the BT module */
28 &uart0 {
29         pinctrl-names = "default";
30         pinctrl-0 = <&uart0_gpio32 &gpclk2_gpio43>;
31         status = "okay";
32 };
33
34 /* uart1 is mapped to the pin header */
35 &uart1 {
36         pinctrl-names = "default";
37         pinctrl-0 = <&uart1_gpio14>;
38         status = "okay";
39 };
40
41 /* SDHCI is used to control the SDIO for wireless */
42 &sdhci {
43         pinctrl-names = "default";
44         pinctrl-0 = <&emmc_gpio34>;
45         status = "okay";
46         bus-width = <4>;
47         non-removable;
48 };
49
50 /* SDHOST is used to drive the SD card */
51 &sdhost {
52         pinctrl-names = "default";
53         pinctrl-0 = <&sdhost_gpio48>;
54         status = "okay";
55         bus-width = <4>;
56 };