.. | .. |
---|
58 | 58 | }; |
---|
59 | 59 | |
---|
60 | 60 | eeprom@52 { |
---|
61 | | - compatible = "atmel,24c512"; |
---|
| 61 | + compatible = "onnn,cat24c05", "atmel,24c04"; |
---|
62 | 62 | reg = <0x52>; |
---|
63 | | - }; |
---|
64 | | - |
---|
65 | | - eeprom@53 { |
---|
66 | | - compatible = "atmel,24c512"; |
---|
67 | | - reg = <0x53>; |
---|
68 | 63 | }; |
---|
69 | 64 | }; |
---|
70 | 65 | |
---|
.. | .. |
---|
99 | 94 | }; |
---|
100 | 95 | |
---|
101 | 96 | &qspi { |
---|
102 | | - num-cs = <2>; |
---|
103 | | - bus-num = <0>; |
---|
104 | 97 | status = "okay"; |
---|
105 | 98 | |
---|
106 | | - qflash0: s25fs512s@0 { |
---|
107 | | - compatible = "spansion,m25p80"; |
---|
| 99 | + s25fs512s0: flash@0 { |
---|
| 100 | + compatible = "jedec,spi-nor"; |
---|
108 | 101 | #address-cells = <1>; |
---|
109 | 102 | #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>; |
---|
111 | 106 | reg = <0>; |
---|
112 | 107 | }; |
---|
113 | 108 | |
---|
114 | | - qflash1: s25fs512s@1 { |
---|
115 | | - compatible = "spansion,m25p80"; |
---|
| 109 | + s25fs512s1: flash@1 { |
---|
| 110 | + compatible = "jedec,spi-nor"; |
---|
116 | 111 | #address-cells = <1>; |
---|
117 | 112 | #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>; |
---|
119 | 116 | reg = <1>; |
---|
120 | 117 | }; |
---|
121 | 118 | }; |
---|
122 | 119 | |
---|
| 120 | +&usb1 { |
---|
| 121 | + dr_mode = "otg"; |
---|
| 122 | +}; |
---|
| 123 | + |
---|
123 | 124 | #include "fsl-ls1046-post.dtsi" |
---|
124 | 125 | |
---|
125 | 126 | &fman0 { |
---|