Thierry Reding | d70575b | 2012-06-04 20:02:30 +0000 | [diff] [blame] | 1 | /dts-v1/; |
| 2 | |
| 3 | /include/ ARCH_CPU_DTS |
| 4 | |
| 5 | / { |
| 6 | model = "Avionic Design Tamonten Evaluation Carrier"; |
| 7 | compatible = "avionic-design,tec", "nvidia,tegra20"; |
| 8 | |
| 9 | aliases { |
| 10 | usb0 = "/usb@c5008000"; |
| 11 | }; |
| 12 | |
| 13 | memory { |
| 14 | reg = <0x00000000 0x20000000>; |
| 15 | }; |
| 16 | |
| 17 | clocks { |
| 18 | clk_32k: clk_32k { |
| 19 | clock-frequency = <32000>; |
| 20 | }; |
| 21 | |
| 22 | osc { |
| 23 | clock-frequency = <12000000>; |
| 24 | }; |
| 25 | }; |
| 26 | |
| 27 | clock@60006000 { |
| 28 | clocks = <&clk_32k &osc>; |
| 29 | }; |
| 30 | |
| 31 | serial@70006300 { |
| 32 | clock-frequency = <216000000>; |
| 33 | }; |
| 34 | |
| 35 | i2c@7000c000 { |
| 36 | status = "disabled"; |
| 37 | }; |
| 38 | |
| 39 | i2c@7000c400 { |
| 40 | status = "disabled"; |
| 41 | }; |
| 42 | |
| 43 | i2c@7000c500 { |
| 44 | status = "disabled"; |
| 45 | }; |
| 46 | |
| 47 | i2c@7000d000 { |
| 48 | status = "disabled"; |
| 49 | }; |
| 50 | |
| 51 | usb@c5000000 { |
| 52 | status = "disabled"; |
| 53 | }; |
| 54 | |
| 55 | usb@c5004000 { |
| 56 | status = "disabled"; |
| 57 | }; |
Thierry Reding | 0bc069b | 2012-07-30 20:21:56 +0000 | [diff] [blame] | 58 | |
| 59 | nand-controller@70008000 { |
| 60 | nvidia,wp-gpios = <&gpio 23 0>; /* PC7 */ |
| 61 | nvidia,width = <8>; |
| 62 | nvidia,timing = <26 100 20 80 20 10 12 10 70>; |
| 63 | |
| 64 | nand@0 { |
| 65 | reg = <0>; |
| 66 | compatible = "hynix,hy27uf4g2b", "nand-flash"; |
| 67 | }; |
| 68 | }; |
Thierry Reding | d70575b | 2012-06-04 20:02:30 +0000 | [diff] [blame] | 69 | }; |