summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts/vexpress-v2p-ca15.dts
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/dts/vexpress-v2p-ca15.dts')
-rw-r--r--arch/arm/dts/vexpress-v2p-ca15.dts41
1 files changed, 26 insertions, 15 deletions
diff --git a/arch/arm/dts/vexpress-v2p-ca15.dts b/arch/arm/dts/vexpress-v2p-ca15.dts
index 211eaccb62..acf4e023d5 100644
--- a/arch/arm/dts/vexpress-v2p-ca15.dts
+++ b/arch/arm/dts/vexpress-v2p-ca15.dts
@@ -1,4 +1,4 @@
-#include <arm/vexpress-v2p-ca15_a7.dts>
+#include <arm/arm/vexpress-v2p-ca15_a7.dts>
/ {
barebox_environment {
@@ -6,22 +6,33 @@
device-path = &barebox_env;
};
- smb@8000000 {
- motherboard {
- flash@0,00000000 {
- #address-cells = <1>;
- #size-cells = <1>;
+ chosen {
+ stdout-path = &v2m_serial0;
+ };
+};
- partition@0 {
- label = "barebox";
- reg = <0x0 0x80000>;
- };
+&nor_flash {
+ partitions {
+ compatible = "fixed-partitions";
+ #address-cells = <1>;
+ #size-cells = <1>;
+
+ partition@0 {
+ label = "barebox";
+ reg = <0x0 0x80000>;
+ };
- barebox_env: partition@80000 {
- label = "barebox-environment";
- reg = <0x80000 0x80000>;
- };
- };
+ barebox_env: partition@80000 {
+ label = "barebox-environment";
+ reg = <0x80000 0x80000>;
};
};
};
+
+&{/leds} {
+ status = "disabled";
+};
+
+&{/bus@8000000/motherboard-bus@8000000/iofpga-bus@300000000/compact-flash@1a0000/} {
+ status = "disabled";
+};