diff options
author | Stanislav Galabov <stanislav_galabov@smartcom.bg> | 2016-05-10 13:41:46 +0300 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-05-12 03:29:35 +0200 |
commit | 9195d8da355d0d141ac02c9a5269452dc64ffd2d (patch) | |
tree | 6983c73be89b47cc24300c4771618d01fa4ba901 /target/linux/ramips/dts/rt2880.dtsi | |
parent | 861266c9ec0d5a48af044a08a01ccb9fc62b1ac8 (diff) | |
download | upstream-9195d8da355d0d141ac02c9a5269452dc64ffd2d.tar.gz upstream-9195d8da355d0d141ac02c9a5269452dc64ffd2d.tar.bz2 upstream-9195d8da355d0d141ac02c9a5269452dc64ffd2d.zip |
ramips: DTS rework
Add node aliases to dtsi files.
Reword dts files so they're more in-line with upstream.
Fix some more warnings and errors reported by dtc
Signed-off-by: Stanislav Galabov <sgalabov@gmail.com>
Diffstat (limited to 'target/linux/ramips/dts/rt2880.dtsi')
-rw-r--r-- | target/linux/ramips/dts/rt2880.dtsi | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/target/linux/ramips/dts/rt2880.dtsi b/target/linux/ramips/dts/rt2880.dtsi index 603eed871b..e96b800a33 100644 --- a/target/linux/ramips/dts/rt2880.dtsi +++ b/target/linux/ramips/dts/rt2880.dtsi @@ -24,7 +24,7 @@ compatible = "mti,cpu-interrupt-controller"; }; - palmbus@300000 { + palmbus: palmbus@300000 { compatible = "palmbus"; reg = <0x300000 0x200000>; ranges = <0x0 0x300000 0x1FFFFF>; @@ -32,12 +32,12 @@ #address-cells = <1>; #size-cells = <1>; - sysc@0 { + sysc: sysc@0 { compatible = "ralink,rt2880-sysc"; reg = <0x000 0x100>; }; - timer@100 { + timer: timer@100 { compatible = "ralink,rt2880-timer"; reg = <0x100 0x20>; @@ -47,7 +47,7 @@ status = "disabled"; }; - watchdog@120 { + watchdog: watchdog@120 { compatible = "ralink,rt2880-wdt"; reg = <0x120 0x10>; }; @@ -63,7 +63,7 @@ interrupts = <2>; }; - memc@300 { + memc: memc@300 { compatible = "ralink,rt2880-memc"; reg = <0x300 0x100>; }; @@ -125,7 +125,7 @@ }; }; - pinctrl { + pinctrl: pinctrl { compatible = "ralink,rt2880-pinmux"; pinctrl-names = "default"; @@ -158,7 +158,7 @@ #reset-cells = <1>; }; - ethernet@400000 { + ethernet: ethernet@400000 { compatible = "ralink,rt2880-eth"; reg = <0x00400000 0x10000>; @@ -186,7 +186,7 @@ }; }; - wmac@480000 { + wmac: wmac@480000 { compatible = "ralink,rt2880-wmac"; reg = <0x480000 0x40000>; |