.. | .. |
---|
51 | 51 | compatible = "compulab,cm-fx6", "fsl,imx6q"; |
---|
52 | 52 | |
---|
53 | 53 | memory@10000000 { |
---|
| 54 | + device_type = "memory"; |
---|
54 | 55 | reg = <0x10000000 0x80000000>; |
---|
55 | 56 | }; |
---|
56 | 57 | |
---|
.. | .. |
---|
254 | 255 | }; |
---|
255 | 256 | |
---|
256 | 257 | &ecspi1 { |
---|
257 | | - cs-gpios = <&gpio2 30 GPIO_ACTIVE_HIGH>, <&gpio3 19 GPIO_ACTIVE_HIGH>; |
---|
| 258 | + cs-gpios = <&gpio2 30 GPIO_ACTIVE_LOW>, <&gpio3 19 GPIO_ACTIVE_LOW>; |
---|
258 | 259 | pinctrl-names = "default"; |
---|
259 | 260 | pinctrl-0 = <&pinctrl_ecspi1>; |
---|
260 | 261 | status = "okay"; |
---|
261 | 262 | |
---|
262 | | - m25p80@0 { |
---|
| 263 | + flash@0 { |
---|
263 | 264 | #address-cells = <1>; |
---|
264 | 265 | #size-cells = <1>; |
---|
265 | 266 | compatible = "st,m25p", "jedec,spi-nor"; |
---|