summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/imx25-karo-tx25.dts
diff options
context:
space:
mode:
authorShawn Guo <shawn.guo@linaro.org>2012-12-31 04:32:48 +0100
committerShawn Guo <shawn.guo@linaro.org>2013-02-10 16:25:42 +0100
commitbe4ccfcec3e958ef1eae59430e9962a514f34681 (patch)
treea46936784c1fb1b040469b126052c7432805887f /arch/arm/boot/dts/imx25-karo-tx25.dts
parentARM: dts: add missing imx dtb targets (diff)
downloadlinux-be4ccfcec3e958ef1eae59430e9962a514f34681.tar.xz
linux-be4ccfcec3e958ef1eae59430e9962a514f34681.zip
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>
Diffstat (limited to 'arch/arm/boot/dts/imx25-karo-tx25.dts')
-rw-r--r--arch/arm/boot/dts/imx25-karo-tx25.dts30
1 files changed, 11 insertions, 19 deletions
diff --git a/arch/arm/boot/dts/imx25-karo-tx25.dts b/arch/arm/boot/dts/imx25-karo-tx25.dts
index d81f8a0b9794..eb9b9d1c8349 100644
--- a/arch/arm/boot/dts/imx25-karo-tx25.dts
+++ b/arch/arm/boot/dts/imx25-karo-tx25.dts
@@ -19,26 +19,18 @@
memory {
reg = <0x80000000 0x02000000 0x90000000 0x02000000>;
};
+};
- soc {
- aips@43f00000 {
- uart1: serial@43f90000 {
- status = "okay";
- };
- };
+&uart1 {
+ status = "okay";
+};
- spba@50000000 {
- fec: ethernet@50038000 {
- status = "okay";
- phy-mode = "rmii";
- };
- };
+&fec {
+ status = "okay";
+ phy-mode = "rmii";
+};
- emi@80000000 {
- nand@bb000000 {
- nand-on-flash-bbt;
- status = "okay";
- };
- };
- };
+&nfc {
+ nand-on-flash-bbt;
+ status = "okay";
};