Grant Likely | 8e267f3 | 2011-07-19 17:26:54 -0600 | [diff] [blame] | 1 | /dts-v1/; |
| 2 | |
Grant Likely | 8e267f3 | 2011-07-19 17:26:54 -0600 | [diff] [blame] | 3 | /include/ "tegra20.dtsi" |
| 4 | |
| 5 | / { |
| 6 | model = "NVIDIA Seaboard"; |
| 7 | compatible = "nvidia,seaboard", "nvidia,tegra20"; |
| 8 | |
Grant Likely | 8e267f3 | 2011-07-19 17:26:54 -0600 | [diff] [blame] | 9 | memory { |
| 10 | device_type = "memory"; |
| 11 | reg = < 0x00000000 0x40000000 >; |
| 12 | }; |
| 13 | |
| 14 | serial@70006300 { |
| 15 | clock-frequency = < 216000000 >; |
| 16 | }; |
| 17 | |
| 18 | sdhci@c8000400 { |
Stephen Warren | a0638eb | 2011-09-20 10:46:25 -0600 | [diff] [blame] | 19 | cd-gpios = <&gpio 69 0>; /* gpio PI5 */ |
| 20 | wp-gpios = <&gpio 57 0>; /* gpio PH1 */ |
| 21 | power-gpios = <&gpio 70 0>; /* gpio PI6 */ |
Grant Likely | 8e267f3 | 2011-07-19 17:26:54 -0600 | [diff] [blame] | 22 | }; |
Stephen Warren | 6111d50 | 2011-09-20 10:46:26 -0600 | [diff] [blame] | 23 | |
| 24 | sdhci@c8000600 { |
| 25 | support-8bit; |
| 26 | }; |
Olof Johansson | c27317c | 2011-11-04 09:12:39 +0000 | [diff] [blame] | 27 | |
| 28 | usb@c5000000 { |
| 29 | nvidia,vbus-gpio = <&gpio 24 0>; /* PD0 */ |
| 30 | }; |
Grant Likely | 8e267f3 | 2011-07-19 17:26:54 -0600 | [diff] [blame] | 31 | }; |