summaryrefslogtreecommitdiffstats
path: root/arch/mips/dts/ar9331-dptechnics-dpt-module.dts
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/dts/ar9331-dptechnics-dpt-module.dts')
-rw-r--r--arch/mips/dts/ar9331-dptechnics-dpt-module.dts13
1 files changed, 12 insertions, 1 deletions
diff --git a/arch/mips/dts/ar9331-dptechnics-dpt-module.dts b/arch/mips/dts/ar9331-dptechnics-dpt-module.dts
index 2c38bbc090..f0de46315c 100644
--- a/arch/mips/dts/ar9331-dptechnics-dpt-module.dts
+++ b/arch/mips/dts/ar9331-dptechnics-dpt-module.dts
@@ -7,10 +7,16 @@
};
chosen {
- environment@0 {
+ environment {
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 {