forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 23fa18eaa71266feff7ba8d83022d9e1cc83c65a
kernel/arch/arm64/boot/dts/freescale/fsl-ls1046a-qds.dts
....@@ -3,6 +3,7 @@
33 * Device Tree Include file for Freescale Layerscape-1046A family SoC.
44 *
55 * Copyright 2016 Freescale Semiconductor, Inc.
6
+ * Copyright 2018 NXP
67 *
78 * Shaohui Xie <Shaohui.Xie@nxp.com>
89 */
....@@ -141,6 +142,7 @@
141142 nor@0,0 {
142143 compatible = "cfi-flash";
143144 reg = <0x0 0x0 0x8000000>;
145
+ big-endian;
144146 bank-width = <2>;
145147 device-width = <1>;
146148 };
....@@ -161,15 +163,15 @@
161163 };
162164
163165 &qspi {
164
- num-cs = <2>;
165
- bus-num = <0>;
166166 status = "okay";
167167
168
- qflash0: s25fl128s@0 {
168
+ qflash0: flash@0 {
169169 compatible = "spansion,m25p80";
170170 #address-cells = <1>;
171171 #size-cells = <1>;
172172 spi-max-frequency = <20000000>;
173
+ spi-rx-bus-width = <4>;
174
+ spi-tx-bus-width = <4>;
173175 reg = <0>;
174176 };
175177 };