aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/boot/dts/fsl/t208xqds.dtsi
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/boot/dts/fsl/t208xqds.dtsi')
-rw-r--r--arch/powerpc/boot/dts/fsl/t208xqds.dtsi6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/powerpc/boot/dts/fsl/t208xqds.dtsi b/arch/powerpc/boot/dts/fsl/t208xqds.dtsi
index 869f9159b4d1..ec080bd01b09 100644
--- a/arch/powerpc/boot/dts/fsl/t208xqds.dtsi
+++ b/arch/powerpc/boot/dts/fsl/t208xqds.dtsi
@@ -112,7 +112,7 @@
112 flash@0 { 112 flash@0 {
113 #address-cells = <1>; 113 #address-cells = <1>;
114 #size-cells = <1>; 114 #size-cells = <1>;
115 compatible = "micron,n25q128a11"; /* 16MB */ 115 compatible = "micron,n25q128a11", "jedec,spi-nor"; /* 16MB */
116 reg = <0>; 116 reg = <0>;
117 spi-max-frequency = <40000000>; /* input clock */ 117 spi-max-frequency = <40000000>; /* input clock */
118 }; 118 };
@@ -120,7 +120,7 @@
120 flash@1 { 120 flash@1 {
121 #address-cells = <1>; 121 #address-cells = <1>;
122 #size-cells = <1>; 122 #size-cells = <1>;
123 compatible = "sst,sst25wf040"; 123 compatible = "sst,sst25wf040", "jedec,spi-nor";
124 reg = <1>; 124 reg = <1>;
125 spi-max-frequency = <35000000>; 125 spi-max-frequency = <35000000>;
126 }; 126 };
@@ -128,7 +128,7 @@
128 flash@2 { 128 flash@2 {
129 #address-cells = <1>; 129 #address-cells = <1>;
130 #size-cells = <1>; 130 #size-cells = <1>;
131 compatible = "eon,en25s64"; 131 compatible = "eon,en25s64", "jedec,spi-nor";
132 reg = <2>; 132 reg = <2>;
133 spi-max-frequency = <35000000>; 133 spi-max-frequency = <35000000>;
134 }; 134 };