summaryrefslogtreecommitdiffstats
path: root/arch/mips/dts
diff options
context:
space:
mode:
authorOleksij Rempel <linux@rempel-privat.de>2018-06-07 21:55:51 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2018-06-14 08:05:35 +0200
commitdb9a5e6bc13962d814b86d332fab99a4f351f238 (patch)
tree9ce40ee5709f542bbf7a3e6395be7048e2534996 /arch/mips/dts
parentbd7b0120579a914a0bc0f8360ce6c146689d68b1 (diff)
downloadbarebox-db9a5e6bc13962d814b86d332fab99a4f351f238.tar.gz
barebox-db9a5e6bc13962d814b86d332fab99a4f351f238.tar.xz
MIPS: dts: tl_wdr4300: add Atheros ART partition
and define it as source of MAC address for ag71xx driver Signed-off-by: Oleksij Rempel <linux@rempel-privat.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/mips/dts')
-rw-r--r--arch/mips/dts/ar9344-tl-wdr4300-v1.7.dts11
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/mips/dts/ar9344-tl-wdr4300-v1.7.dts b/arch/mips/dts/ar9344-tl-wdr4300-v1.7.dts
index 5216cdc1e2..c9ce120588 100644
--- a/arch/mips/dts/ar9344-tl-wdr4300-v1.7.dts
+++ b/arch/mips/dts/ar9344-tl-wdr4300-v1.7.dts
@@ -26,6 +26,12 @@
compatible = "barebox,environment";
device-path = &spiflash, "partname:barebox-environment";
};
+
+ art@0 {
+ compatible = "qca,art-ar9344", "qca,art";
+ device-path = &spiflash_art;
+ barebox,provide-mac-address = <&mac0>;
+ };
};
};
@@ -63,6 +69,11 @@
label = "barebox-environment";
reg = <0x80000 0x10000>;
};
+
+ spiflash_art: partition@7f0000 {
+ label = "art";
+ reg = <0x7f0000 0x10000>;
+ };
};
};