.. | .. |
---|
8 | 8 | compatible = "raspberrypi,model-a", "brcm,bcm2835"; |
---|
9 | 9 | model = "Raspberry Pi Model A"; |
---|
10 | 10 | |
---|
| 11 | + memory@0 { |
---|
| 12 | + device_type = "memory"; |
---|
| 13 | + reg = <0 0x10000000>; |
---|
| 14 | + }; |
---|
| 15 | + |
---|
11 | 16 | leds { |
---|
12 | | - act { |
---|
| 17 | + led-act { |
---|
13 | 18 | gpios = <&gpio 16 GPIO_ACTIVE_LOW>; |
---|
14 | 19 | }; |
---|
15 | 20 | }; |
---|
.. | .. |
---|
94 | 99 | |
---|
95 | 100 | &hdmi { |
---|
96 | 101 | hpd-gpios = <&gpio 46 GPIO_ACTIVE_HIGH>; |
---|
| 102 | + power-domains = <&power RPI_POWER_DOMAIN_HDMI>; |
---|
| 103 | + status = "okay"; |
---|
97 | 104 | }; |
---|
98 | 105 | |
---|
99 | 106 | &pwm { |
---|
.. | .. |
---|
102 | 109 | status = "okay"; |
---|
103 | 110 | }; |
---|
104 | 111 | |
---|
| 112 | +&sdhost { |
---|
| 113 | + pinctrl-names = "default"; |
---|
| 114 | + pinctrl-0 = <&sdhost_gpio48>; |
---|
| 115 | + bus-width = <4>; |
---|
| 116 | + status = "okay"; |
---|
| 117 | +}; |
---|
| 118 | + |
---|
105 | 119 | &uart0 { |
---|
106 | 120 | pinctrl-names = "default"; |
---|
107 | 121 | pinctrl-0 = <&uart0_gpio14>; |
---|