2016-09-26 12:26:47 +00:00
|
|
|
/dts-v1/;
|
|
|
|
#include "bcm2836.dtsi"
|
|
|
|
#include "bcm2835-rpi.dtsi"
|
|
|
|
#include "bcm283x-rpi-smsc9514.dtsi"
|
2017-10-04 12:39:16 +00:00
|
|
|
#include "bcm283x-rpi-usb-host.dtsi"
|
2016-09-26 12:26:47 +00:00
|
|
|
|
|
|
|
/ {
|
|
|
|
compatible = "raspberrypi,2-model-b", "brcm,bcm2836";
|
|
|
|
model = "Raspberry Pi 2 Model B";
|
|
|
|
|
|
|
|
memory {
|
|
|
|
reg = <0 0x40000000>;
|
|
|
|
};
|
|
|
|
|
|
|
|
leds {
|
|
|
|
act {
|
|
|
|
gpios = <&gpio 47 0>;
|
|
|
|
};
|
|
|
|
|
|
|
|
pwr {
|
|
|
|
label = "PWR";
|
|
|
|
gpios = <&gpio 35 0>;
|
|
|
|
default-state = "keep";
|
|
|
|
linux,default-trigger = "default-on";
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
&gpio {
|
2017-10-04 12:39:16 +00:00
|
|
|
pinctrl-0 = <&gpioout &alt0 &i2s_alt0>;
|
2016-09-26 12:26:47 +00:00
|
|
|
|
|
|
|
/* I2S interface */
|
|
|
|
i2s_alt0: i2s_alt0 {
|
|
|
|
brcm,pins = <18 19 20 21>;
|
|
|
|
brcm,function = <BCM2835_FSEL_ALT0>;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
&hdmi {
|
|
|
|
hpd-gpios = <&gpio 46 GPIO_ACTIVE_LOW>;
|
|
|
|
};
|
2017-10-04 12:39:16 +00:00
|
|
|
|
|
|
|
&uart0 {
|
|
|
|
pinctrl-names = "default";
|
|
|
|
pinctrl-0 = <&uart0_gpio14>;
|
|
|
|
status = "okay";
|
|
|
|
};
|