Stefan Peter | 5492a11 | 2012-11-18 16:46:16 +0100 | [diff] [blame^] | 1 | /dts-v1/; |
| 2 | |
| 3 | /include/ "kirkwood.dtsi" |
| 4 | |
| 5 | / { |
| 6 | model = "MPL CEC4"; |
| 7 | compatible = "mpl,cec4-10", "mpl,cec4", "marvell,kirkwood-88f6281", "marvell,kirkwood"; |
| 8 | |
| 9 | memory { |
| 10 | device_type = "memory"; |
| 11 | reg = <0x00000000 0x20000000>; |
| 12 | }; |
| 13 | |
| 14 | chosen { |
| 15 | bootargs = "console=ttyS0,115200n8 earlyprintk"; |
| 16 | }; |
| 17 | |
| 18 | ocp@f1000000 { |
| 19 | i2c@11000 { |
| 20 | status = "okay"; |
| 21 | |
| 22 | rtc@51 { |
| 23 | compatible = "nxp,pcf8563"; |
| 24 | reg = <0x51>; |
| 25 | }; |
| 26 | |
| 27 | eeprom@57 { |
| 28 | compatible = "atmel,24c02"; |
| 29 | reg = <0x57>; |
| 30 | }; |
| 31 | |
| 32 | }; |
| 33 | |
| 34 | serial@12000 { |
| 35 | clock-frequency = <200000000>; |
| 36 | status = "ok"; |
| 37 | }; |
| 38 | |
| 39 | nand@3000000 { |
| 40 | status = "okay"; |
| 41 | |
| 42 | partition@0 { |
| 43 | label = "uboot"; |
| 44 | reg = <0x0000000 0x100000>; |
| 45 | }; |
| 46 | |
| 47 | partition@100000 { |
| 48 | label = "env"; |
| 49 | reg = <0x100000 0x80000>; |
| 50 | }; |
| 51 | |
| 52 | partition@180000 { |
| 53 | label = "fdt"; |
| 54 | reg = <0x180000 0x80000>; |
| 55 | }; |
| 56 | |
| 57 | partition@200000 { |
| 58 | label = "kernel"; |
| 59 | reg = <0x200000 0x400000>; |
| 60 | }; |
| 61 | |
| 62 | partition@600000 { |
| 63 | label = "rootfs"; |
| 64 | reg = <0x600000 0x1fa00000>; |
| 65 | }; |
| 66 | }; |
| 67 | |
| 68 | rtc@10300 { |
| 69 | status = "disabled"; |
| 70 | }; |
| 71 | |
| 72 | sata@80000 { |
| 73 | nr-ports = <2>; |
| 74 | status = "okay"; |
| 75 | |
| 76 | }; |
| 77 | }; |
| 78 | |
| 79 | gpio-leds { |
| 80 | compatible = "gpio-leds"; |
| 81 | |
| 82 | health { |
| 83 | label = "status:green:health"; |
| 84 | gpios = <&gpio0 7 1>; |
| 85 | }; |
| 86 | |
| 87 | user1o { |
| 88 | label = "user1:orange"; |
| 89 | gpios = <&gpio1 8 1>; |
| 90 | default-state = "on"; |
| 91 | }; |
| 92 | |
| 93 | user1g { |
| 94 | label = "user1:green"; |
| 95 | gpios = <&gpio1 9 1>; |
| 96 | default-state = "on"; |
| 97 | }; |
| 98 | |
| 99 | user0o { |
| 100 | label = "user0:orange"; |
| 101 | gpios = <&gpio1 12 1>; |
| 102 | default-state = "on"; |
| 103 | }; |
| 104 | |
| 105 | user0g { |
| 106 | label = "user0:green"; |
| 107 | gpios = <&gpio1 13 1>; |
| 108 | default-state = "on"; |
| 109 | }; |
| 110 | |
| 111 | misc { |
| 112 | label = "status:orange:misc"; |
| 113 | gpios = <&gpio1 14 1>; |
| 114 | default-state = "on"; |
| 115 | }; |
| 116 | |
| 117 | }; |
| 118 | }; |
| 119 | |