mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-25 20:14:25 +08:00
49 lines
973 B
Plaintext
49 lines
973 B
Plaintext
|
/*
|
||
|
* Copyright 2014 Zoltan HERPAI
|
||
|
* Zoltan HERPAI <wigyori@uid0.hu>
|
||
|
*
|
||
|
* The code contained herein is licensed under the GNU General Public
|
||
|
* License. You may obtain a copy of the GNU General Public License
|
||
|
* Version 2 or later at the following locations:
|
||
|
*
|
||
|
* http://www.opensource.org/licenses/gpl-license.html
|
||
|
* http://www.gnu.org/copyleft/gpl.html
|
||
|
*/
|
||
|
|
||
|
/dts-v1/;
|
||
|
/include/ "sun4i-a10.dtsi"
|
||
|
|
||
|
/ {
|
||
|
model = "LinkSprite pcDuino";
|
||
|
compatible = "linksprite,a10-pcduino", "allwinner,sun4i-a10";
|
||
|
|
||
|
soc@01c00000 {
|
||
|
emac: ethernet@01c0b000 {
|
||
|
pinctrl-names = "default";
|
||
|
pinctrl-0 = <&emac_pins_a>;
|
||
|
phy = <&phy1>;
|
||
|
status = "okay";
|
||
|
};
|
||
|
|
||
|
mdio@01c0b080 {
|
||
|
status = "okay";
|
||
|
|
||
|
phy1: ethernet-phy@1 {
|
||
|
reg = <1>;
|
||
|
};
|
||
|
};
|
||
|
|
||
|
uart0: serial@01c28000 {
|
||
|
pinctrl-names = "default";
|
||
|
pinctrl-0 = <&uart0_pins_a>;
|
||
|
status = "okay";
|
||
|
};
|
||
|
|
||
|
i2c0: i2c@01c2ac00 {
|
||
|
pinctrl-names = "default";
|
||
|
pinctrl-0 = <&i2c0_pins_a>;
|
||
|
status = "okay";
|
||
|
};
|
||
|
};
|
||
|
};
|