forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-31 f9004dbfff8a3fbbd7e2a88c8a4327c7f2f8e5b2
kernel/arch/arm/boot/dts/bcm2835-rpi-b-rev2.dts
....@@ -9,8 +9,13 @@
99 compatible = "raspberrypi,model-b-rev2", "brcm,bcm2835";
1010 model = "Raspberry Pi Model B rev2";
1111
12
+ memory@0 {
13
+ device_type = "memory";
14
+ reg = <0 0x10000000>;
15
+ };
16
+
1217 leds {
13
- act {
18
+ led-act {
1419 gpios = <&gpio 16 GPIO_ACTIVE_LOW>;
1520 };
1621 };
....@@ -94,6 +99,8 @@
9499
95100 &hdmi {
96101 hpd-gpios = <&gpio 46 GPIO_ACTIVE_HIGH>;
102
+ power-domains = <&power RPI_POWER_DOMAIN_HDMI>;
103
+ status = "okay";
97104 };
98105
99106 &pwm {
....@@ -102,6 +109,13 @@
102109 status = "okay";
103110 };
104111
112
+&sdhost {
113
+ pinctrl-names = "default";
114
+ pinctrl-0 = <&sdhost_gpio48>;
115
+ bus-width = <4>;
116
+ status = "okay";
117
+};
118
+
105119 &uart0 {
106120 pinctrl-names = "default";
107121 pinctrl-0 = <&uart0_gpio14>;