mirror of
https://github.com/torvalds/linux.git
synced 2024-11-07 20:51:47 +00:00
80534f095f
The Pi 2 B ends up like a Pi 1 B+, with the same peripherals and pinout, but the CPU and memory layout changed to use the 2836. Signed-off-by: Eric Anholt <eric@anholt.net> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
36 lines
550 B
Plaintext
36 lines
550 B
Plaintext
/dts-v1/;
|
|
#include "bcm2836.dtsi"
|
|
#include "bcm2835-rpi.dtsi"
|
|
|
|
/ {
|
|
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 {
|
|
pinctrl-0 = <&gpioout &alt0 &i2s_alt0 &alt3>;
|
|
|
|
/* I2S interface */
|
|
i2s_alt0: i2s_alt0 {
|
|
brcm,pins = <18 19 20 21>;
|
|
brcm,function = <BCM2835_FSEL_ALT0>;
|
|
};
|
|
};
|