Ezequiel Garcia | 0ab6129 | 2013-07-26 10:18:02 -0300 | [diff] [blame] | 1 | #include "kirkwood.dtsi" |
| 2 | #include "kirkwood-6281.dtsi" |
Simon Guinot | ecee1e4 | 2012-10-17 12:09:04 +0200 | [diff] [blame] | 3 | |
| 4 | / { |
| 5 | chosen { |
| 6 | bootargs = "console=ttyS0,115200n8"; |
Sebastian Hesselbarth | ab83361 | 2014-04-30 14:56:30 +0200 | [diff] [blame] | 7 | stdout-path = &uart0; |
Simon Guinot | ecee1e4 | 2012-10-17 12:09:04 +0200 | [diff] [blame] | 8 | }; |
| 9 | |
| 10 | ocp@f1000000 { |
Sebastian Hesselbarth | a948396 | 2014-04-30 14:56:32 +0200 | [diff] [blame] | 11 | pinctrl: pin-controller@10000 { |
Simon Guinot | 4ea931e | 2013-01-08 15:36:18 +0100 | [diff] [blame] | 12 | pmx_ns2_sata0: pmx-ns2-sata0 { |
| 13 | marvell,pins = "mpp21"; |
| 14 | marvell,function = "sata0"; |
| 15 | }; |
| 16 | pmx_ns2_sata1: pmx-ns2-sata1 { |
| 17 | marvell,pins = "mpp20"; |
| 18 | marvell,function = "sata1"; |
| 19 | }; |
| 20 | }; |
| 21 | |
Simon Guinot | ecee1e4 | 2012-10-17 12:09:04 +0200 | [diff] [blame] | 22 | serial@12000 { |
Simon Guinot | ecee1e4 | 2012-10-17 12:09:04 +0200 | [diff] [blame] | 23 | status = "okay"; |
| 24 | }; |
| 25 | |
| 26 | spi@10600 { |
| 27 | status = "okay"; |
| 28 | |
| 29 | flash@0 { |
| 30 | #address-cells = <1>; |
| 31 | #size-cells = <1>; |
Andrew Lunn | dcdf9cf | 2014-03-22 13:46:00 +0100 | [diff] [blame] | 32 | compatible = "mxicy,mx25l4005a"; |
Simon Guinot | ecee1e4 | 2012-10-17 12:09:04 +0200 | [diff] [blame] | 33 | reg = <0>; |
| 34 | spi-max-frequency = <20000000>; |
| 35 | mode = <0>; |
| 36 | |
| 37 | partition@0 { |
| 38 | reg = <0x0 0x80000>; |
| 39 | label = "u-boot"; |
| 40 | }; |
| 41 | }; |
| 42 | }; |
| 43 | |
| 44 | i2c@11000 { |
| 45 | status = "okay"; |
| 46 | |
| 47 | eeprom@50 { |
Andrew Lunn | 0d606c0 | 2014-03-22 13:45:58 +0100 | [diff] [blame] | 48 | compatible = "atmel,24c04"; |
Simon Guinot | ecee1e4 | 2012-10-17 12:09:04 +0200 | [diff] [blame] | 49 | pagesize = <16>; |
| 50 | reg = <0x50>; |
| 51 | }; |
| 52 | }; |
| 53 | }; |
| 54 | |
| 55 | gpio_keys { |
| 56 | compatible = "gpio-keys"; |
| 57 | #address-cells = <1>; |
| 58 | #size-cells = <0>; |
| 59 | |
| 60 | button@1 { |
| 61 | label = "Power push button"; |
Andrew Lunn | 2330119 | 2013-12-04 16:51:38 +0100 | [diff] [blame] | 62 | linux,code = <KEY_POWER>; |
Andrew Lunn | 3a31f2d7 | 2013-12-04 16:51:39 +0100 | [diff] [blame] | 63 | gpios = <&gpio1 0 GPIO_ACTIVE_HIGH>; |
Simon Guinot | ecee1e4 | 2012-10-17 12:09:04 +0200 | [diff] [blame] | 64 | }; |
| 65 | }; |
| 66 | |
| 67 | gpio-leds { |
| 68 | compatible = "gpio-leds"; |
| 69 | |
| 70 | red-fail { |
| 71 | label = "ns2:red:fail"; |
Andrew Lunn | 3a31f2d7 | 2013-12-04 16:51:39 +0100 | [diff] [blame] | 72 | gpios = <&gpio0 12 GPIO_ACTIVE_HIGH>; |
Simon Guinot | ecee1e4 | 2012-10-17 12:09:04 +0200 | [diff] [blame] | 73 | }; |
| 74 | }; |
Andrew Lunn | 102c954 | 2012-12-28 15:14:10 +0100 | [diff] [blame] | 75 | |
| 76 | gpio_poweroff { |
| 77 | compatible = "gpio-poweroff"; |
Andrew Lunn | 3a31f2d7 | 2013-12-04 16:51:39 +0100 | [diff] [blame] | 78 | gpios = <&gpio0 31 GPIO_ACTIVE_HIGH>; |
Andrew Lunn | 102c954 | 2012-12-28 15:14:10 +0100 | [diff] [blame] | 79 | }; |
| 80 | |
Simon Guinot | ecee1e4 | 2012-10-17 12:09:04 +0200 | [diff] [blame] | 81 | }; |
Sebastian Hesselbarth | 876e233 | 2013-07-07 22:34:56 +0200 | [diff] [blame] | 82 | |
| 83 | &mdio { |
| 84 | status = "okay"; |
| 85 | |
| 86 | ethphy0: ethernet-phy { |
Sebastian Hesselbarth | 876e233 | 2013-07-07 22:34:56 +0200 | [diff] [blame] | 87 | /* overwrite reg property in board file */ |
| 88 | }; |
| 89 | }; |
| 90 | |
| 91 | ð0 { |
| 92 | status = "okay"; |
| 93 | ethernet0-port@0 { |
| 94 | phy-handle = <ðphy0>; |
| 95 | }; |
| 96 | }; |