Grant Likely | 8e267f3 | 2011-07-19 17:26:54 -0600 | [diff] [blame] | 1 | /dts-v1/; |
| 2 | |
| 3 | /memreserve/ 0x1c000000 0x04000000; |
| 4 | /include/ "tegra20.dtsi" |
| 5 | |
| 6 | / { |
| 7 | model = "NVIDIA Seaboard"; |
| 8 | compatible = "nvidia,seaboard", "nvidia,tegra20"; |
| 9 | |
| 10 | chosen { |
| 11 | bootargs = "vmalloc=192M video=tegrafb console=ttyS0,115200n8 root=/dev/mmcblk1p3 rw rootwait"; |
| 12 | }; |
| 13 | |
| 14 | memory { |
| 15 | device_type = "memory"; |
| 16 | reg = < 0x00000000 0x40000000 >; |
| 17 | }; |
| 18 | |
| 19 | serial@70006300 { |
| 20 | clock-frequency = < 216000000 >; |
| 21 | }; |
| 22 | |
| 23 | sdhci@c8000400 { |
Stephen Warren | a0638eb | 2011-09-20 10:46:25 -0600 | [diff] [blame] | 24 | cd-gpios = <&gpio 69 0>; /* gpio PI5 */ |
| 25 | wp-gpios = <&gpio 57 0>; /* gpio PH1 */ |
| 26 | power-gpios = <&gpio 70 0>; /* gpio PI6 */ |
Grant Likely | 8e267f3 | 2011-07-19 17:26:54 -0600 | [diff] [blame] | 27 | }; |
Stephen Warren | 6111d50 | 2011-09-20 10:46:26 -0600 | [diff] [blame] | 28 | |
| 29 | sdhci@c8000600 { |
| 30 | support-8bit; |
| 31 | }; |
Grant Likely | 8e267f3 | 2011-07-19 17:26:54 -0600 | [diff] [blame] | 32 | }; |