Maxime Ripard | 82abe52 | 2013-07-25 12:19:16 +0200 | [diff] [blame] | 1 | /* |
| 2 | * Copyright 2013 Maxime Ripard |
| 3 | * |
| 4 | * Maxime Ripard <maxime.ripard@free-electrons.com> |
| 5 | * |
| 6 | * The code contained herein is licensed under the GNU General Public |
| 7 | * License. You may obtain a copy of the GNU General Public License |
| 8 | * Version 2 or later at the following locations: |
| 9 | * |
| 10 | * http://www.opensource.org/licenses/gpl-license.html |
| 11 | * http://www.gnu.org/copyleft/gpl.html |
| 12 | */ |
| 13 | |
| 14 | /dts-v1/; |
| 15 | /include/ "sun7i-a20.dtsi" |
| 16 | |
| 17 | / { |
| 18 | model = "Cubietech Cubieboard2"; |
| 19 | compatible = "cubietech,cubieboard2", "allwinner,sun7i-a20"; |
| 20 | |
| 21 | soc@01c00000 { |
Maxime Ripard | 0547433 | 2013-09-11 11:10:08 +0200 | [diff] [blame^] | 22 | emac: ethernet@01c0b000 { |
| 23 | pinctrl-names = "default"; |
| 24 | pinctrl-0 = <&emac_pins_a>; |
| 25 | phy = <&phy1>; |
| 26 | status = "okay"; |
| 27 | }; |
| 28 | |
| 29 | mdio@01c0b080 { |
| 30 | status = "okay"; |
| 31 | |
| 32 | phy1: ethernet-phy@1 { |
| 33 | reg = <1>; |
| 34 | }; |
| 35 | }; |
| 36 | |
Maxime Ripard | 82abe52 | 2013-07-25 12:19:16 +0200 | [diff] [blame] | 37 | pinctrl@01c20800 { |
| 38 | led_pins_cubieboard2: led_pins@0 { |
| 39 | allwinner,pins = "PH20", "PH21"; |
| 40 | allwinner,function = "gpio_out"; |
| 41 | allwinner,drive = <0>; |
| 42 | allwinner,pull = <0>; |
| 43 | }; |
| 44 | }; |
| 45 | |
| 46 | uart0: serial@01c28000 { |
| 47 | pinctrl-names = "default"; |
| 48 | pinctrl-0 = <&uart0_pins_a>; |
| 49 | status = "okay"; |
| 50 | }; |
| 51 | }; |
| 52 | |
| 53 | leds { |
| 54 | compatible = "gpio-leds"; |
| 55 | pinctrl-names = "default"; |
| 56 | pinctrl-0 = <&led_pins_cubieboard2>; |
| 57 | |
| 58 | blue { |
| 59 | label = "cubieboard2:blue:usr"; |
| 60 | gpios = <&pio 7 21 0>; |
| 61 | }; |
| 62 | |
| 63 | green { |
| 64 | label = "cubieboard2:green:usr"; |
| 65 | gpios = <&pio 7 20 0>; |
| 66 | }; |
| 67 | }; |
| 68 | }; |