aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/dts/bcm2835-rpi-b-plus.dts
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2021-12-16 20:59:13 -0700
committerTom Rini <trini@konsulko.com>2021-12-23 10:24:39 -0500
commit9ae600e9e280f48d7c56dae891dbe1497d633ad7 (patch)
tree7aca8f8d14a2103371bb0e817d22d09aee1d7f77 /arch/arm/dts/bcm2835-rpi-b-plus.dts
parent4027792090dd1f4e4f77082151086df5aea62e63 (diff)
downloadu-boot-9ae600e9e280f48d7c56dae891dbe1497d633ad7.zip
u-boot-9ae600e9e280f48d7c56dae891dbe1497d633ad7.tar.gz
u-boot-9ae600e9e280f48d7c56dae891dbe1497d633ad7.tar.bz2
arm: rpi: Sync rpi dts files from Linux
Sync these files, obtained from Linux v5.15. This adds a devicetree file for rpi_4 which was not there before. Testing shows no change so far as I can see: - boots to U-Boot prompt on rpi0, rpi2 - boots to distro on rpi3 - boots to distro on rpi4 I am assuming that syncing with Linux is safe, but the maintainer should know for sure. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/arm/dts/bcm2835-rpi-b-plus.dts')
-rw-r--r--arch/arm/dts/bcm2835-rpi-b-plus.dts18
1 files changed, 16 insertions, 2 deletions
diff --git a/arch/arm/dts/bcm2835-rpi-b-plus.dts b/arch/arm/dts/bcm2835-rpi-b-plus.dts
index 1e40d67..1b435c6 100644
--- a/arch/arm/dts/bcm2835-rpi-b-plus.dts
+++ b/arch/arm/dts/bcm2835-rpi-b-plus.dts
@@ -9,12 +9,17 @@
compatible = "raspberrypi,model-b-plus", "brcm,bcm2835";
model = "Raspberry Pi Model B+";
+ memory@0 {
+ device_type = "memory";
+ reg = <0 0x20000000>;
+ };
+
leds {
- act {
+ led-act {
gpios = <&gpio 47 GPIO_ACTIVE_HIGH>;
};
- pwr {
+ led-pwr {
label = "PWR";
gpios = <&gpio 35 GPIO_ACTIVE_HIGH>;
default-state = "keep";
@@ -101,6 +106,8 @@
&hdmi {
hpd-gpios = <&gpio 46 GPIO_ACTIVE_LOW>;
+ power-domains = <&power RPI_POWER_DOMAIN_HDMI>;
+ status = "okay";
};
&pwm {
@@ -109,6 +116,13 @@
status = "okay";
};
+&sdhost {
+ pinctrl-names = "default";
+ pinctrl-0 = <&sdhost_gpio48>;
+ bus-width = <4>;
+ status = "okay";
+};
+
&uart0 {
pinctrl-names = "default";
pinctrl-0 = <&uart0_gpio14>;