ARM: dts: imx: use nodes label in board dts
Following omap3-evm.dts way, it changes all imx dts files to use label in board dts to refer to nodes defined by soc dtsi. Thus, the board dts files become easier to read and edit with the least indentation levels. Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
This commit is contained in:
@@ -19,13 +19,9 @@
|
||||
memory {
|
||||
reg = <0x80000000 0x8000000>; /* 128M */
|
||||
};
|
||||
|
||||
soc {
|
||||
aips@43f00000 { /* AIPS1 */
|
||||
uart5: serial@43fb4000 {
|
||||
fsl,uart-has-rtscts;
|
||||
status = "okay";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
&uart5 {
|
||||
fsl,uart-has-rtscts;
|
||||
status = "okay";
|
||||
};
|
||||
|
Reference in New Issue
Block a user