提交 5b159b62 编写于 作者: R Ray Jui 提交者: Florian Fainelli

ARM: dts: Use label for device nodes in Cygnus dts

Use label instead of full path to reference device nodes in Cygnus dts
files
Signed-off-by: NRay Jui <rjui@broadcom.com>
Reviewed-by: NScott Branden <sbranden@broadcom.com>
Signed-off-by: NFlorian Fainelli <f.fainelli@gmail.com>
上级 de192ef1
...@@ -44,10 +44,6 @@ ...@@ -44,10 +44,6 @@
bootargs = "console=ttyS0,115200"; bootargs = "console=ttyS0,115200";
}; };
uart3: serial@18023000 {
status = "okay";
};
gpio_keys { gpio_keys {
compatible = "gpio-keys"; compatible = "gpio-keys";
#address-cells = <1>; #address-cells = <1>;
...@@ -60,3 +56,7 @@ ...@@ -60,3 +56,7 @@
}; };
}; };
}; };
&uart3 {
status = "okay";
};
...@@ -42,8 +42,8 @@ ...@@ -42,8 +42,8 @@
stdout-path = &uart3; stdout-path = &uart3;
bootargs = "console=ttyS0,115200"; bootargs = "console=ttyS0,115200";
}; };
};
uart3: serial@18023000 { &uart3 {
status = "okay"; status = "okay";
};
}; };
...@@ -42,20 +42,21 @@ ...@@ -42,20 +42,21 @@
stdout-path = &uart3; stdout-path = &uart3;
bootargs = "console=ttyS0,115200"; bootargs = "console=ttyS0,115200";
}; };
};
pcie0: pcie@18012000 { &pcie0 {
status = "okay"; status = "okay";
}; };
pcie1: pcie@18013000 { &pcie1 {
status = "okay"; status = "okay";
}; };
uart3: serial@18023000 { &uart3 {
status = "okay"; status = "okay";
}; };
nand: nand@18046000 { &nand {
nandcs@1 { nandcs@1 {
compatible = "brcm,nandcs"; compatible = "brcm,nandcs";
reg = <0>; reg = <0>;
...@@ -69,5 +70,4 @@ ...@@ -69,5 +70,4 @@
brcm,nand-oob-sector-size = <27>; brcm,nand-oob-sector-size = <27>;
}; };
};
}; };
...@@ -42,8 +42,8 @@ ...@@ -42,8 +42,8 @@
stdout-path = &uart3; stdout-path = &uart3;
bootargs = "console=ttyS0,115200"; bootargs = "console=ttyS0,115200";
}; };
};
uart3: serial@18023000 { &uart3 {
status = "okay"; status = "okay";
};
}; };
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册