diff options
author | Andrew Lunn <andrew@lunn.ch> | 2014-01-06 17:49:17 -0500 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2014-02-04 21:22:07 -0500 |
commit | 934b524b3f499954c83f248afdddaa0f62b59657 (patch) | |
tree | 7bb49fc199a470e52f4db10b3008f5ee3bd434e9 /arch/arm/boot/dts/kirkwood-ts419-6281.dts | |
parent | 27aa719962eaf5e45c6c2061a1f55fa482e42422 (diff) |
ARM: Kirkwood: Add DT description of QNAP 419
Re-implement the Marvell Kirkwood ts41x-setup.c in DT.
As with the QNAP 119, there are two variants, depending on which SoC
has been used. They differ on Ethernet PHY addresses and number of
PCIe busses.
Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Tested-by: Ian Campbell <ijc@hellion.org.uk> (kirkwood-ts419-6281.dtb)
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'arch/arm/boot/dts/kirkwood-ts419-6281.dts')
-rw-r--r-- | arch/arm/boot/dts/kirkwood-ts419-6281.dts | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/kirkwood-ts419-6281.dts b/arch/arm/boot/dts/kirkwood-ts419-6281.dts new file mode 100644 index 000000000000..aa22aa862857 --- /dev/null +++ b/arch/arm/boot/dts/kirkwood-ts419-6281.dts | |||
@@ -0,0 +1,20 @@ | |||
1 | /* | ||
2 | * Device Tree file for QNAP TS41X with 6281 SoC | ||
3 | * | ||
4 | * Copyright (C) 2013, Andrew Lunn <andrew@lunn.ch> | ||
5 | * | ||
6 | * This program is free software; you can redistribute it and/or | ||
7 | * modify it under the terms of the GNU General Public License | ||
8 | * as published by the Free Software Foundation; either version | ||
9 | * 2 of the License, or (at your option) any later version. | ||
10 | */ | ||
11 | |||
12 | /dts-v1/; | ||
13 | |||
14 | #include "kirkwood.dtsi" | ||
15 | #include "kirkwood-6281.dtsi" | ||
16 | #include "kirkwood-ts219.dtsi" | ||
17 | #include "kirkwood-ts419.dtsi" | ||
18 | |||
19 | ðphy0 { reg = <8>; }; | ||
20 | ðphy1 { reg = <0>; }; | ||