| .. | .. |
|---|
| 8 | 8 | compatible = "raspberrypi,model-a-plus", "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 47 GPIO_ACTIVE_HIGH>; |
|---|
| 14 | 19 | }; |
|---|
| 15 | 20 | |
|---|
| 16 | | - pwr { |
|---|
| 21 | + led-pwr { |
|---|
| 17 | 22 | label = "PWR"; |
|---|
| 18 | 23 | gpios = <&gpio 35 GPIO_ACTIVE_HIGH>; |
|---|
| 19 | 24 | default-state = "keep"; |
|---|
| .. | .. |
|---|
| 31 | 36 | * "FOO" = GPIO line named "FOO" on the schematic |
|---|
| 32 | 37 | * "FOO_N" = GPIO line named "FOO" on schematic, active low |
|---|
| 33 | 38 | */ |
|---|
| 34 | | - gpio-line-names = "SDA0", |
|---|
| 35 | | - "SCL0", |
|---|
| 39 | + gpio-line-names = "ID_SDA", |
|---|
| 40 | + "ID_SCL", |
|---|
| 36 | 41 | "SDA1", |
|---|
| 37 | 42 | "SCL1", |
|---|
| 38 | 43 | "GPIO_GCLK", |
|---|
| .. | .. |
|---|
| 99 | 104 | |
|---|
| 100 | 105 | &hdmi { |
|---|
| 101 | 106 | hpd-gpios = <&gpio 46 GPIO_ACTIVE_LOW>; |
|---|
| 107 | + power-domains = <&power RPI_POWER_DOMAIN_HDMI>; |
|---|
| 108 | + status = "okay"; |
|---|
| 102 | 109 | }; |
|---|
| 103 | 110 | |
|---|
| 104 | 111 | &pwm { |
|---|
| .. | .. |
|---|
| 107 | 114 | status = "okay"; |
|---|
| 108 | 115 | }; |
|---|
| 109 | 116 | |
|---|
| 117 | +&sdhost { |
|---|
| 118 | + pinctrl-names = "default"; |
|---|
| 119 | + pinctrl-0 = <&sdhost_gpio48>; |
|---|
| 120 | + bus-width = <4>; |
|---|
| 121 | + status = "okay"; |
|---|
| 122 | +}; |
|---|
| 123 | + |
|---|
| 110 | 124 | &uart0 { |
|---|
| 111 | 125 | pinctrl-names = "default"; |
|---|
| 112 | 126 | pinctrl-0 = <&uart0_gpio14>; |
|---|