ARM: sun4i: dt: Add basic board support for LinkSprite pcDuino
[linux-2.6-block.git] / arch / arm / boot / dts / sun4i-a10-pcduino.dts
CommitLineData
7f624cec
ZH
1/*
2 * Copyright 2014 Zoltan HERPAI
3 * Zoltan HERPAI <wigyori@uid0.hu>
4 *
5 * The code contained herein is licensed under the GNU General Public
6 * License. You may obtain a copy of the GNU General Public License
7 * Version 2 or later at the following locations:
8 *
9 * http://www.opensource.org/licenses/gpl-license.html
10 * http://www.gnu.org/copyleft/gpl.html
11 */
12
13/dts-v1/;
14/include/ "sun4i-a10.dtsi"
15
16/ {
17 model = "LinkSprite pcDuino";
18 compatible = "linksprite,a10-pcduino", "allwinner,sun4i-a10";
19
20 soc@01c00000 {
21 emac: ethernet@01c0b000 {
22 pinctrl-names = "default";
23 pinctrl-0 = <&emac_pins_a>;
24 phy = <&phy1>;
25 status = "okay";
26 };
27
28 mdio@01c0b080 {
29 status = "okay";
30
31 phy1: ethernet-phy@1 {
32 reg = <1>;
33 };
34 };
35
36 uart0: serial@01c28000 {
37 pinctrl-names = "default";
38 pinctrl-0 = <&uart0_pins_a>;
39 status = "okay";
40 };
41
42 i2c0: i2c@01c2ac00 {
43 pinctrl-names = "default";
44 pinctrl-0 = <&i2c0_pins_a>;
45 status = "okay";
46 };
47 };
48};