Sebastian Hesselbarth | 2f865c3 | 2012-08-14 22:43:42 +0200 | [diff] [blame] | 1 | /dts-v1/; |
| 2 | |
| 3 | /include/ "kirkwood.dtsi" |
| 4 | |
| 5 | / { |
| 6 | model = "Seagate FreeAgent Dockstar"; |
| 7 | compatible = "seagate,dockstar", "marvell,kirkwood-88f6281", "marvell,kirkwood"; |
| 8 | |
| 9 | memory { |
| 10 | device_type = "memory"; |
| 11 | reg = <0x00000000 0x8000000>; |
| 12 | }; |
| 13 | |
| 14 | chosen { |
| 15 | bootargs = "console=ttyS0,115200n8 earlyprintk root=/dev/sda1 rootdelay=10"; |
| 16 | }; |
| 17 | |
| 18 | ocp@f1000000 { |
| 19 | serial@12000 { |
| 20 | clock-frequency = <200000000>; |
| 21 | status = "ok"; |
| 22 | }; |
| 23 | |
| 24 | nand@3000000 { |
| 25 | status = "okay"; |
| 26 | |
| 27 | partition@0 { |
| 28 | label = "u-boot"; |
| 29 | reg = <0x0000000 0x100000>; |
| 30 | read-only; |
| 31 | }; |
| 32 | |
| 33 | partition@100000 { |
| 34 | label = "uImage"; |
| 35 | reg = <0x0100000 0x400000>; |
| 36 | }; |
| 37 | |
| 38 | partition@500000 { |
| 39 | label = "data"; |
| 40 | reg = <0x0500000 0xfb00000>; |
| 41 | }; |
| 42 | }; |
| 43 | }; |
| 44 | gpio-leds { |
| 45 | compatible = "gpio-leds"; |
| 46 | |
| 47 | health { |
| 48 | label = "status:green:health"; |
| 49 | gpios = <&gpio1 14 1>; |
| 50 | linux,default-trigger = "default-on"; |
| 51 | }; |
| 52 | fault { |
| 53 | label = "status:orange:fault"; |
| 54 | gpios = <&gpio1 15 1>; |
| 55 | }; |
| 56 | }; |
Andrew Lunn | c3ff813 | 2012-11-17 15:46:12 +0100 | [diff] [blame] | 57 | regulators { |
| 58 | compatible = "simple-bus"; |
| 59 | #address-cells = <1>; |
| 60 | #size-cells = <0>; |
| 61 | |
| 62 | usb_power: regulator@1 { |
| 63 | compatible = "regulator-fixed"; |
| 64 | reg = <1>; |
| 65 | regulator-name = "USB Power"; |
| 66 | regulator-min-microvolt = <5000000>; |
| 67 | regulator-max-microvolt = <5000000>; |
| 68 | enable-active-high; |
| 69 | regulator-always-on; |
| 70 | regulator-boot-on; |
| 71 | gpio = <&gpio0 29 0>; |
| 72 | }; |
| 73 | }; |
Sebastian Hesselbarth | 2f865c3 | 2012-08-14 22:43:42 +0200 | [diff] [blame] | 74 | }; |