summaryrefslogtreecommitdiffstats
path: root/dts/src/arm/orion5x-linkstation-lswtgl.dts
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2016-06-13 07:29:12 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2016-06-13 07:29:12 +0200
commitf82bd86b6b7b33ed164e27d2c3619d5e855f8a71 (patch)
tree0c694ce8f4c1d6ef647b7defd6b36b9effe50df7 /dts/src/arm/orion5x-linkstation-lswtgl.dts
parent3dae29d7d04bc88cfe78ab6884b374e6ef8f2c5d (diff)
downloadbarebox-f82bd86b6b7b33ed164e27d2c3619d5e855f8a71.tar.gz
barebox-f82bd86b6b7b33ed164e27d2c3619d5e855f8a71.tar.xz
dts: update to v4.5-rc6
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'dts/src/arm/orion5x-linkstation-lswtgl.dts')
-rw-r--r--dts/src/arm/orion5x-linkstation-lswtgl.dts31
1 files changed, 31 insertions, 0 deletions
diff --git a/dts/src/arm/orion5x-linkstation-lswtgl.dts b/dts/src/arm/orion5x-linkstation-lswtgl.dts
index 420788229e..aae8a7acea 100644
--- a/dts/src/arm/orion5x-linkstation-lswtgl.dts
+++ b/dts/src/arm/orion5x-linkstation-lswtgl.dts
@@ -228,6 +228,37 @@
};
};
+&devbus_bootcs {
+ status = "okay";
+ devbus,keep-config;
+
+ flash@0 {
+ compatible = "jedec-flash";
+ reg = <0 0x40000>;
+ bank-width = <1>;
+
+ partitions {
+ compatible = "fixed-partitions";
+ #address-cells = <1>;
+ #size-cells = <1>;
+
+ header@0 {
+ reg = <0 0x30000>;
+ read-only;
+ };
+
+ uboot@30000 {
+ reg = <0x30000 0xF000>;
+ read-only;
+ };
+
+ uboot_env@3F000 {
+ reg = <0x3F000 0x1000>;
+ };
+ };
+ };
+};
+
&mdio {
status = "okay";