hc
2024-05-10 61598093bbdd283a7edc367d900f223070ead8d2
kernel/arch/arm/boot/dts/bcm2835-rpi-b.dts
....@@ -9,8 +9,13 @@
99 compatible = "raspberrypi,model-b", "brcm,bcm2835";
1010 model = "Raspberry Pi Model B";
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 };
....@@ -48,18 +53,17 @@
4853 "GPIO18",
4954 "NC", /* GPIO19 */
5055 "NC", /* GPIO20 */
51
- "GPIO21",
56
+ "CAM_GPIO0",
5257 "GPIO22",
5358 "GPIO23",
5459 "GPIO24",
5560 "GPIO25",
5661 "NC", /* GPIO26 */
57
- "CAM_GPIO0",
58
- /* Binary number representing build/revision */
59
- "CONFIG0",
60
- "CONFIG1",
61
- "CONFIG2",
62
- "CONFIG3",
62
+ "GPIO27",
63
+ "GPIO28",
64
+ "GPIO29",
65
+ "GPIO30",
66
+ "GPIO31",
6367 "NC", /* GPIO32 */
6468 "NC", /* GPIO33 */
6569 "NC", /* GPIO34 */
....@@ -89,6 +93,8 @@
8993
9094 &hdmi {
9195 hpd-gpios = <&gpio 46 GPIO_ACTIVE_HIGH>;
96
+ power-domains = <&power RPI_POWER_DOMAIN_HDMI>;
97
+ status = "okay";
9298 };
9399
94100 &pwm {
....@@ -97,6 +103,13 @@
97103 status = "okay";
98104 };
99105
106
+&sdhost {
107
+ pinctrl-names = "default";
108
+ pinctrl-0 = <&sdhost_gpio48>;
109
+ bus-width = <4>;
110
+ status = "okay";
111
+};
112
+
100113 &uart0 {
101114 pinctrl-names = "default";
102115 pinctrl-0 = <&uart0_gpio14>;