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>
This commit is contained in:
committed by
Jason Cooper
parent
27aa719962
commit
934b524b3f
32
arch/arm/boot/dts/kirkwood-ts419-6282.dts
Normal file
32
arch/arm/boot/dts/kirkwood-ts419-6282.dts
Normal file
@@ -0,0 +1,32 @@
|
||||
/*
|
||||
* Device Tree file for QNAP TS41X with 6282 SoC
|
||||
*
|
||||
* Copyright (C) 2013, Andrew Lunn <andrew@lunn.ch>
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU General Public License
|
||||
* as published by the Free Software Foundation; either version
|
||||
* 2 of the License, or (at your option) any later version.
|
||||
*/
|
||||
|
||||
/dts-v1/;
|
||||
|
||||
#include "kirkwood.dtsi"
|
||||
#include "kirkwood-6282.dtsi"
|
||||
#include "kirkwood-ts219.dtsi"
|
||||
#include "kirkwood-ts419.dtsi"
|
||||
|
||||
/ {
|
||||
mbus {
|
||||
pcie-controller {
|
||||
status = "okay";
|
||||
|
||||
pcie@2,0 {
|
||||
status = "okay";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
ðphy0 { reg = <0>; };
|
||||
ðphy1 { reg = <1>; };
|
||||
Reference in New Issue
Block a user