553fea9f19
The following patch fixes: * wrong indentations * doubled gpio-keys-polled nodes (DIR-300-B7, DIR-320-B1, DIR-610-A1) * duplicate spacings * empty lines at end of files and after last child nodes * trailing and leading whitespace * unnecessary and commented-out code * missing empty lines between nodes and between properties and nodes * unnecessary empty lines between nodes properties [1] in .dts{,i} files, for ramips target. [1] Some of empty lines in SOCs dtsi files were left untouched, because they seem to be there for a reason (readability?). Signed-off-by: Piotr Dymacz <pepe2k@gmail.com> SVN-Revision: 46613
85 lines
1.2 KiB
Text
85 lines
1.2 KiB
Text
/dts-v1/;
|
|
|
|
/include/ "Y1.dtsi"
|
|
|
|
/ {
|
|
compatible = "lenovo,Y1S", "ralink,mt7620a-soc";
|
|
model = "Lenovo Y1S";
|
|
|
|
ethernet@10100000 {
|
|
status = "okay";
|
|
mtd-mac-address = <&factory 0x4>;
|
|
pinctrl-names = "default";
|
|
pinctrl-0 = <&rgmii1_pins &rgmii2_pins &mdio_pins>;
|
|
ralink,port-map = "wllll";
|
|
|
|
port@4 {
|
|
status = "okay";
|
|
phy-handle = <&phy4>;
|
|
phy-mode = "rgmii";
|
|
};
|
|
|
|
port@5 {
|
|
status = "okay";
|
|
phy-handle = <&phy5>;
|
|
phy-mode = "rgmii";
|
|
};
|
|
|
|
mdio-bus {
|
|
status = "okay";
|
|
|
|
phy4: ethernet-phy@4 {
|
|
reg = <4>;
|
|
phy-mode = "rgmii";
|
|
};
|
|
|
|
phy5: ethernet-phy@5 {
|
|
reg = <5>;
|
|
phy-mode = "rgmii";
|
|
};
|
|
};
|
|
};
|
|
|
|
gsw@10110000 {
|
|
ralink,port4 = "gmac";
|
|
};
|
|
|
|
gpio-leds {
|
|
compatible = "gpio-leds";
|
|
|
|
power1 {
|
|
label = "lenovo:yellow:power";
|
|
gpios = <&gpio0 14 1>;
|
|
};
|
|
|
|
power2 {
|
|
label = "lenovo:blue:power";
|
|
gpios = <&gpio0 9 1>;
|
|
};
|
|
|
|
wlan1 {
|
|
label = "lenovo:yellow:wifi";
|
|
gpios = <&gpio3 0 1>;
|
|
};
|
|
|
|
wlan2 {
|
|
label = "lenovo:blue:wifi";
|
|
gpios = <&gpio2 10 1>;
|
|
};
|
|
|
|
usb1 {
|
|
label = "lenovo:yellow:usb";
|
|
gpios = <&gpio2 13 1>;
|
|
};
|
|
|
|
usb2 {
|
|
label = "lenovo:blue:usb";
|
|
gpios = <&gpio2 12 1>;
|
|
};
|
|
|
|
internet {
|
|
label = "lenovo:blue:internet";
|
|
gpios = <&gpio2 11 1>;
|
|
};
|
|
};
|
|
};
|