forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 23fa18eaa71266feff7ba8d83022d9e1cc83c65a
kernel/arch/arm64/boot/dts/freescale/fsl-ls1046a-rdb.dts
....@@ -58,13 +58,8 @@
5858 };
5959
6060 eeprom@52 {
61
- compatible = "atmel,24c512";
61
+ compatible = "onnn,cat24c05", "atmel,24c04";
6262 reg = <0x52>;
63
- };
64
-
65
- eeprom@53 {
66
- compatible = "atmel,24c512";
67
- reg = <0x53>;
6863 };
6964 };
7065
....@@ -99,27 +94,33 @@
9994 };
10095
10196 &qspi {
102
- num-cs = <2>;
103
- bus-num = <0>;
10497 status = "okay";
10598
106
- qflash0: s25fs512s@0 {
107
- compatible = "spansion,m25p80";
99
+ s25fs512s0: flash@0 {
100
+ compatible = "jedec,spi-nor";
108101 #address-cells = <1>;
109102 #size-cells = <1>;
110
- spi-max-frequency = <20000000>;
103
+ spi-max-frequency = <50000000>;
104
+ spi-rx-bus-width = <4>;
105
+ spi-tx-bus-width = <1>;
111106 reg = <0>;
112107 };
113108
114
- qflash1: s25fs512s@1 {
115
- compatible = "spansion,m25p80";
109
+ s25fs512s1: flash@1 {
110
+ compatible = "jedec,spi-nor";
116111 #address-cells = <1>;
117112 #size-cells = <1>;
118
- spi-max-frequency = <20000000>;
113
+ spi-max-frequency = <50000000>;
114
+ spi-rx-bus-width = <4>;
115
+ spi-tx-bus-width = <1>;
119116 reg = <1>;
120117 };
121118 };
122119
120
+&usb1 {
121
+ dr_mode = "otg";
122
+};
123
+
123124 #include "fsl-ls1046-post.dtsi"
124125
125126 &fman0 {