diff options
author | Michael Walle <michael@walle.cc> | 2012-07-17 09:25:55 +0400 |
---|---|---|
committer | Andrew Lunn <andrew@lunn.ch> | 2012-07-27 18:49:10 +0400 |
commit | 4aff38a3db1f63494812834f1fbbdb1f00579c66 (patch) | |
tree | 05b34f783f378d6e9d7c0a9ab0dfccdce6992a0b /arch/arm/boot/dts/kirkwood-lsxhl.dts | |
parent | 5136b2aa622844fcff9fecf1f2c57670b890227f (diff) | |
download | linux-4aff38a3db1f63494812834f1fbbdb1f00579c66.tar.xz |
ARM: kirkwood: Add LS-XHL and LS-CHLv2 support
Add support for Buffalo Linkstation LS-XHL and LS-CHLv2 using the device
tree where possible.
Signed-off-by: Michael Walle <michael@walle.cc>
Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Diffstat (limited to 'arch/arm/boot/dts/kirkwood-lsxhl.dts')
-rw-r--r-- | arch/arm/boot/dts/kirkwood-lsxhl.dts | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/kirkwood-lsxhl.dts b/arch/arm/boot/dts/kirkwood-lsxhl.dts new file mode 100644 index 000000000000..eb3c07149be1 --- /dev/null +++ b/arch/arm/boot/dts/kirkwood-lsxhl.dts @@ -0,0 +1,20 @@ +/dts-v1/; + +/include/ "kirkwood-lsxl.dtsi" + +/ { + model = "Buffalo Linkstation LS-XHL"; + compatible = "buffalo,lsxhl", "buffalo,lsxl", "mrvl,kirkwood-88f6281", "mrvl,kirkwood"; + + memory { + device_type = "memory"; + reg = <0x00000000 0x10000000>; + }; + + ocp@f1000000 { + serial@12000 { + clock-frequency = <200000000>; + status = "okay"; + }; + }; +}; |