From a1df417e74aa6dae7352dc8cbb0ad471af5b7c69 Mon Sep 17 00:00:00 2001 From: "Michael J. Chudobiak" Date: Mon, 25 Apr 2016 10:00:44 -0400 Subject: initial Olimex linux tree from Daniel, originally Feb 3, 2016 --- linux/arch/arm/boot/dts/kirkwood-db-88f6282.dts | 34 +++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 linux/arch/arm/boot/dts/kirkwood-db-88f6282.dts (limited to 'linux/arch/arm/boot/dts/kirkwood-db-88f6282.dts') diff --git a/linux/arch/arm/boot/dts/kirkwood-db-88f6282.dts b/linux/arch/arm/boot/dts/kirkwood-db-88f6282.dts new file mode 100644 index 00000000..701c6b6c --- /dev/null +++ b/linux/arch/arm/boot/dts/kirkwood-db-88f6282.dts @@ -0,0 +1,34 @@ +/* + * Marvell DB-88F6282-BP Development Board Setup + * + * Saeed Bishara + * Thomas Petazzoni + * + * This file is licensed under the terms of the GNU General Public + * License version 2. This program is licensed "as is" without any + * warranty of any kind, whether express or implied. + */ + +/dts-v1/; + +#include "kirkwood-db.dtsi" +#include "kirkwood-6282.dtsi" + +/ { + model = "Marvell DB-88F6282-BP Development Board"; + compatible = "marvell,db-88f6282-bp", "marvell,kirkwood-88f6282", "marvell,kirkwood"; + + mbus { + pcie-controller { + status = "okay"; + + pcie@1,0 { + status = "okay"; + }; + + pcie@2,0 { + status = "okay"; + }; + }; + }; +}; -- cgit