Merge tag 'locks-v3.16-2' of git://git.samba.org/jlayton/linux
[linux/fpc-iii.git] / arch / arm / boot / dts / sun4i-a10-inet97fv2.dts
blobf13723e18b86964a1e486bdcea013cce0942691a
1 /*
2  * Copyright 2014 Open Source Support GmbH
3  *
4  * David Lanzendörfer <david.lanzendoerfer@o2s.ch>
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  */
14 /dts-v1/;
15 /include/ "sun4i-a10.dtsi"
16 /include/ "sunxi-common-regulators.dtsi"
18 / {
19         model = "INet-97F Rev 02";
20         compatible = "primux,inet97fv2", "allwinner,sun4i-a10";
22         aliases {
23                 serial0 = &uart0;
24         };
26         soc@01c00000 {
27                 mmc0: mmc@01c0f000 {
28                         pinctrl-names = "default";
29                         pinctrl-0 = <&mmc0_pins_a>, <&mmc0_cd_pin_reference_design>;
30                         vmmc-supply = <&reg_vcc3v3>;
31                         bus-width = <4>;
32                         cd-gpios = <&pio 7 1 0>; /* PH1 */
33                         cd-inverted;
34                         status = "okay";
35                 };
37                 uart0: serial@01c28000 {
38                         pinctrl-names = "default";
39                         pinctrl-0 = <&uart0_pins_a>;
40                         status = "okay";
41                 };
43                 i2c0: i2c@01c2ac00 {
44                         pinctrl-names = "default";
45                         pinctrl-0 = <&i2c0_pins_a>;
46                         status = "okay";
47                 };
49                 usbphy: phy@01c13400 {
50                         usb1_vbus-supply = <&reg_usb1_vbus>;
51                         usb2_vbus-supply = <&reg_usb2_vbus>;
52                         status = "okay";
53                 };
55                 ehci0: usb@01c14000 {
56                         status = "okay";
57                 };
59                 ohci0: usb@01c14400 {
60                         status = "okay";
61                 };
63                 ehci1: usb@01c1c000 {
64                         status = "okay";
65                 };
67                 ohci1: usb@01c1c400 {
68                         status = "okay";
69                 };
70         };
72         reg_usb1_vbus: usb1-vbus {
73                 status = "okay";
74         };
76         reg_usb2_vbus: usb2-vbus {
77                 status = "okay";
78         };