| .. | .. |
|---|
| 19 | 19 | }; |
|---|
| 20 | 20 | |
|---|
| 21 | 21 | chosen { |
|---|
| 22 | | - bootargs = "ignore_loglevel rw root=/dev/nfs ip=dhcp"; |
|---|
| 22 | + bootargs = "ignore_loglevel rw root=/dev/nfs ip=on"; |
|---|
| 23 | 23 | stdout-path = "serial0:115200n8"; |
|---|
| 24 | 24 | }; |
|---|
| 25 | 25 | |
|---|
| 26 | | - memory@48000000 { |
|---|
| 27 | | - device_type = "memory"; |
|---|
| 28 | | - /* first 128MB is reserved for secure area. */ |
|---|
| 29 | | - reg = <0x0 0x48000000 0x0 0x38000000>; |
|---|
| 26 | + d3p3: regulator-fixed { |
|---|
| 27 | + compatible = "regulator-fixed"; |
|---|
| 28 | + regulator-name = "fixed-3.3V"; |
|---|
| 29 | + regulator-min-microvolt = <3300000>; |
|---|
| 30 | + regulator-max-microvolt = <3300000>; |
|---|
| 31 | + regulator-boot-on; |
|---|
| 32 | + regulator-always-on; |
|---|
| 30 | 33 | }; |
|---|
| 31 | 34 | |
|---|
| 32 | 35 | hdmi-out { |
|---|
| .. | .. |
|---|
| 38 | 41 | remote-endpoint = <&adv7511_out>; |
|---|
| 39 | 42 | }; |
|---|
| 40 | 43 | }; |
|---|
| 41 | | - }; |
|---|
| 42 | | - |
|---|
| 43 | | - d3p3: regulator-fixed { |
|---|
| 44 | | - compatible = "regulator-fixed"; |
|---|
| 45 | | - regulator-name = "fixed-3.3V"; |
|---|
| 46 | | - regulator-min-microvolt = <3300000>; |
|---|
| 47 | | - regulator-max-microvolt = <3300000>; |
|---|
| 48 | | - regulator-boot-on; |
|---|
| 49 | | - regulator-always-on; |
|---|
| 50 | 44 | }; |
|---|
| 51 | 45 | |
|---|
| 52 | 46 | lvds-decoder { |
|---|
| .. | .. |
|---|
| 72 | 66 | }; |
|---|
| 73 | 67 | }; |
|---|
| 74 | 68 | }; |
|---|
| 69 | + }; |
|---|
| 70 | + |
|---|
| 71 | + memory@48000000 { |
|---|
| 72 | + device_type = "memory"; |
|---|
| 73 | + /* first 128MB is reserved for secure area. */ |
|---|
| 74 | + reg = <0x0 0x48000000 0x0 0x38000000>; |
|---|
| 75 | 75 | }; |
|---|
| 76 | 76 | }; |
|---|
| 77 | 77 | |
|---|
| .. | .. |
|---|
| 100 | 100 | channel0 { |
|---|
| 101 | 101 | status = "okay"; |
|---|
| 102 | 102 | }; |
|---|
| 103 | +}; |
|---|
| 104 | + |
|---|
| 105 | +&du { |
|---|
| 106 | + status = "okay"; |
|---|
| 103 | 107 | }; |
|---|
| 104 | 108 | |
|---|
| 105 | 109 | &extal_clk { |
|---|
| .. | .. |
|---|
| 133 | 137 | adi,input-depth = <8>; |
|---|
| 134 | 138 | adi,input-colorspace = "rgb"; |
|---|
| 135 | 139 | adi,input-clock = "1x"; |
|---|
| 136 | | - adi,input-style = <1>; |
|---|
| 137 | | - adi,input-justification = "evenly"; |
|---|
| 138 | 140 | |
|---|
| 139 | 141 | ports { |
|---|
| 140 | 142 | #address-cells = <1>; |
|---|
| .. | .. |
|---|
| 157 | 159 | }; |
|---|
| 158 | 160 | }; |
|---|
| 159 | 161 | |
|---|
| 162 | +&lvds0 { |
|---|
| 163 | + status = "okay"; |
|---|
| 164 | + |
|---|
| 165 | + ports { |
|---|
| 166 | + port@1 { |
|---|
| 167 | + lvds0_out: endpoint { |
|---|
| 168 | + remote-endpoint = <&thc63lvd1024_in>; |
|---|
| 169 | + }; |
|---|
| 170 | + }; |
|---|
| 171 | + }; |
|---|
| 172 | +}; |
|---|
| 173 | + |
|---|
| 160 | 174 | &pfc { |
|---|
| 161 | 175 | avb_pins: avb0 { |
|---|
| 162 | 176 | groups = "avb0_mdio", "avb0_rgmii", "avb0_txcrefclk"; |
|---|
| .. | .. |
|---|
| 173 | 187 | function = "i2c0"; |
|---|
| 174 | 188 | }; |
|---|
| 175 | 189 | |
|---|
| 190 | + qspi0_pins: qspi0 { |
|---|
| 191 | + groups = "qspi0_ctrl", "qspi0_data4"; |
|---|
| 192 | + function = "qspi0"; |
|---|
| 193 | + }; |
|---|
| 194 | + |
|---|
| 176 | 195 | scif0_pins: scif0 { |
|---|
| 177 | 196 | groups = "scif0_data"; |
|---|
| 178 | 197 | function = "scif0"; |
|---|
| 198 | + }; |
|---|
| 199 | +}; |
|---|
| 200 | + |
|---|
| 201 | +&rpc { |
|---|
| 202 | + pinctrl-0 = <&qspi0_pins>; |
|---|
| 203 | + pinctrl-names = "default"; |
|---|
| 204 | + |
|---|
| 205 | + status = "okay"; |
|---|
| 206 | + |
|---|
| 207 | + flash@0 { |
|---|
| 208 | + compatible = "spansion,s25fs512s", "jedec,spi-nor"; |
|---|
| 209 | + reg = <0>; |
|---|
| 210 | + spi-max-frequency = <50000000>; |
|---|
| 211 | + spi-rx-bus-width = <4>; |
|---|
| 212 | + |
|---|
| 213 | + partitions { |
|---|
| 214 | + compatible = "fixed-partitions"; |
|---|
| 215 | + #address-cells = <1>; |
|---|
| 216 | + #size-cells = <1>; |
|---|
| 217 | + |
|---|
| 218 | + bootparam@0 { |
|---|
| 219 | + reg = <0x00000000 0x040000>; |
|---|
| 220 | + read-only; |
|---|
| 221 | + }; |
|---|
| 222 | + cr7@40000 { |
|---|
| 223 | + reg = <0x00040000 0x080000>; |
|---|
| 224 | + read-only; |
|---|
| 225 | + }; |
|---|
| 226 | + cert_header_sa3@c0000 { |
|---|
| 227 | + reg = <0x000c0000 0x080000>; |
|---|
| 228 | + read-only; |
|---|
| 229 | + }; |
|---|
| 230 | + bl2@140000 { |
|---|
| 231 | + reg = <0x00140000 0x040000>; |
|---|
| 232 | + read-only; |
|---|
| 233 | + }; |
|---|
| 234 | + cert_header_sa6@180000 { |
|---|
| 235 | + reg = <0x00180000 0x040000>; |
|---|
| 236 | + read-only; |
|---|
| 237 | + }; |
|---|
| 238 | + bl31@1c0000 { |
|---|
| 239 | + reg = <0x001c0000 0x460000>; |
|---|
| 240 | + read-only; |
|---|
| 241 | + }; |
|---|
| 242 | + uboot@640000 { |
|---|
| 243 | + reg = <0x00640000 0x0c0000>; |
|---|
| 244 | + read-only; |
|---|
| 245 | + }; |
|---|
| 246 | + uboot-env@700000 { |
|---|
| 247 | + reg = <0x00700000 0x040000>; |
|---|
| 248 | + read-only; |
|---|
| 249 | + }; |
|---|
| 250 | + dtb@740000 { |
|---|
| 251 | + reg = <0x00740000 0x080000>; |
|---|
| 252 | + }; |
|---|
| 253 | + kernel@7c0000 { |
|---|
| 254 | + reg = <0x007c0000 0x1400000>; |
|---|
| 255 | + }; |
|---|
| 256 | + user@1bc0000 { |
|---|
| 257 | + reg = <0x01bc0000 0x2440000>; |
|---|
| 258 | + }; |
|---|
| 259 | + }; |
|---|
| 179 | 260 | }; |
|---|
| 180 | 261 | }; |
|---|
| 181 | 262 | |
|---|
| .. | .. |
|---|
| 189 | 270 | pinctrl-names = "default"; |
|---|
| 190 | 271 | |
|---|
| 191 | 272 | status = "okay"; |
|---|
| 192 | | -}; |
|---|
| 193 | | - |
|---|
| 194 | | -&du { |
|---|
| 195 | | - status = "okay"; |
|---|
| 196 | | -}; |
|---|
| 197 | | - |
|---|
| 198 | | -&lvds0 { |
|---|
| 199 | | - status = "okay"; |
|---|
| 200 | | - |
|---|
| 201 | | - ports { |
|---|
| 202 | | - port@1 { |
|---|
| 203 | | - lvds0_out: endpoint { |
|---|
| 204 | | - remote-endpoint = <&thc63lvd1024_in>; |
|---|
| 205 | | - }; |
|---|
| 206 | | - }; |
|---|
| 207 | | - }; |
|---|
| 208 | 273 | }; |
|---|