summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2016-09-13 14:56:06 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2016-09-13 14:56:06 +0200
commit074a8fdc929a9cdb13b2ed7e637055d0acc05de2 (patch)
tree2e6182c70403ad1db43e3128903e3c79531ce1dd /arch/arm/dts
parent0e1892b2e9348a94f58d1a4518e931c8ba46843e (diff)
parent994fa02f5d7d815265b625f6114d19f156547b69 (diff)
downloadbarebox-074a8fdc929a9cdb13b2ed7e637055d0acc05de2.tar.gz
barebox-074a8fdc929a9cdb13b2ed7e637055d0acc05de2.tar.xz
Merge branch 'for-next/socfpga'
Diffstat (limited to 'arch/arm/dts')
-rw-r--r--arch/arm/dts/socfpga_cyclone5_socrates.dts64
1 files changed, 32 insertions, 32 deletions
diff --git a/arch/arm/dts/socfpga_cyclone5_socrates.dts b/arch/arm/dts/socfpga_cyclone5_socrates.dts
index 95cdf5d3d5..ea7e6cc102 100644
--- a/arch/arm/dts/socfpga_cyclone5_socrates.dts
+++ b/arch/arm/dts/socfpga_cyclone5_socrates.dts
@@ -19,42 +19,12 @@
#include "socfpga.dtsi"
/ {
- model = "EBV SoCrates";
- compatible = "ebv,socrates", "altr,socfpga";
-
chosen {
stdout-path = &uart0;
};
- leds: gpio-leds {
- };
-};
-
-&gpio0 {
- status = "okay";
-};
-
-&gpio1 {
- status = "okay";
-};
-
-&leds {
- compatible = "gpio-leds";
-
- led@0 {
- label = "0";
- gpios = <&porta 28 1>;
- linux,default-trigger = "heartbeat";
- };
-
- led@1 {
- label = "1";
- gpios = <&portb 19 1>;
- };
-
- led@2 {
- label = "2";
- gpios = <&portb 25 1>;
+ aliases {
+ ethernet0 = &gmac1;
};
};
@@ -75,5 +45,35 @@
cdns,tsd2d-ns = <50>;
cdns,tchsh-ns = <4>;
cdns,tslch-ns = <4>;
+
+ partition@0 {
+ label = "prebootloader0";
+ reg = <0x00000 0x10000>;
+ };
+
+ partition@1 {
+ label = "prebootloader1";
+ reg = <0x10000 0x10000>;
+ };
+
+ partition@2 {
+ label = "prebootloader2";
+ reg = <0x20000 0x10000>;
+ };
+
+ partition@3 {
+ label = "prebootloader3";
+ reg = <0x30000 0x10000>;
+ };
+
+ partition@4 {
+ label = "barebox";
+ reg = <0x40000 0x80000>;
+ };
+
+ partition@5 {
+ label = "data";
+ reg = <0xc0000 0x1f40000>;
+ };
};
};