aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/boot/dts/socfpga_cyclone5_sodia.dts')
-rw-r--r--arch/arm/boot/dts/socfpga_cyclone5_sodia.dts23
1 files changed, 22 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/socfpga_cyclone5_sodia.dts b/arch/arm/boot/dts/socfpga_cyclone5_sodia.dts
index 5b7e3c27e6e9..8860dd2e242c 100644
--- a/arch/arm/boot/dts/socfpga_cyclone5_sodia.dts
+++ b/arch/arm/boot/dts/socfpga_cyclone5_sodia.dts
@@ -28,7 +28,7 @@
28 stdout-path = "serial0:115200n8"; 28 stdout-path = "serial0:115200n8";
29 }; 29 };
30 30
31 memory { 31 memory@0 {
32 name = "memory"; 32 name = "memory";
33 device_type = "memory"; 33 device_type = "memory";
34 reg = <0x0 0x40000000>; 34 reg = <0x0 0x40000000>;
@@ -121,3 +121,24 @@
121&usb1 { 121&usb1 {
122 status = "okay"; 122 status = "okay";
123}; 123};
124
125&qspi {
126 status = "okay";
127
128 flash0: n25q512a@0 {
129 #address-cells = <1>;
130 #size-cells = <1>;
131 compatible = "n25q512a";
132 reg = <0>;
133 spi-max-frequency = <100000000>;
134
135 m25p,fast-read;
136 cdns,page-size = <256>;
137 cdns,block-size = <16>;
138 cdns,read-delay = <4>;
139 cdns,tshsl-ns = <50>;
140 cdns,tsd2d-ns = <50>;
141 cdns,tchsh-ns = <4>;
142 cdns,tslch-ns = <4>;
143 };
144};