| // SPDX-License-Identifier: GPL-2.0 |
| #include "bcm2835-rpi.dtsi" |
| #include "bcm283x-rpi-smsc9514.dtsi" |
| #include "bcm283x-rpi-usb-host.dtsi" |
| compatible = "raspberrypi,3-model-b", "brcm,bcm2837"; |
| model = "Raspberry Pi 3 Model B"; |
| /* 8250 auxiliary UART instead of pl011 */ |
| stdout-path = "serial1:115200n8"; |
| /* uart0 communicates with the BT module */ |
| pinctrl-names = "default"; |
| pinctrl-0 = <&uart0_gpio32 &gpclk2_gpio43>; |
| compatible = "brcm,bcm43438-bt"; |
| /* uart1 is mapped to the pin header */ |
| pinctrl-names = "default"; |
| pinctrl-0 = <&uart1_gpio14>; |
| /* SDHCI is used to control the SDIO for wireless */ |
| pinctrl-names = "default"; |
| pinctrl-0 = <&emmc_gpio34>; |
| /* SDHOST is used to drive the SD card */ |
| pinctrl-names = "default"; |
| pinctrl-0 = <&sdhost_gpio48>; |