summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOleksij Rempel <o.rempel@pengutronix.de>2018-06-07 21:55:52 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2018-06-14 08:05:35 +0200
commit2ed31f027be3473cf11fe6674480b81282d66888 (patch)
tree557164232da8111b18a6dd5de3ed40cc8febe0ff
parentdb9a5e6bc13962d814b86d332fab99a4f351f238 (diff)
downloadbarebox-2ed31f027be3473cf11fe6674480b81282d66888.tar.gz
barebox-2ed31f027be3473cf11fe6674480b81282d66888.tar.xz
MIPS: dts: dpt-module: add Atheros ART partition
and define it as source of MAC address for ag71xx driver Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
-rw-r--r--arch/mips/dts/ar9331-dptechnics-dpt-module.dts11
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/mips/dts/ar9331-dptechnics-dpt-module.dts b/arch/mips/dts/ar9331-dptechnics-dpt-module.dts
index 2c38bbc090..59bb0dd40e 100644
--- a/arch/mips/dts/ar9331-dptechnics-dpt-module.dts
+++ b/arch/mips/dts/ar9331-dptechnics-dpt-module.dts
@@ -11,6 +11,12 @@
compatible = "barebox,environment";
device-path = &spiflash, "partname:barebox-environment";
};
+
+ art@0 {
+ compatible = "qca,art-ar9331", "qca,art";
+ device-path = &spiflash_art;
+ barebox,provide-mac-address = <&mac0>;
+ };
};
leds {
@@ -30,6 +36,11 @@
label = "barebox-environment";
reg = <0x80000 0x10000>;
};
+
+ spiflash_art: partition@7f0000 {
+ label = "art";
+ reg = <0x7f0000 0x10000>;
+ };
};
&mac0 {