| .. | .. |
|---|
| 3 | 3 | * Device Tree Include file for Freescale Layerscape-1043A family SoC. |
|---|
| 4 | 4 | * |
|---|
| 5 | 5 | * Copyright 2014-2015 Freescale Semiconductor, Inc. |
|---|
| 6 | + * Copyright 2018 NXP |
|---|
| 6 | 7 | * |
|---|
| 7 | 8 | * Mingkai Hu <Mingkai.hu@freescale.com> |
|---|
| 8 | 9 | */ |
|---|
| .. | .. |
|---|
| 50 | 51 | nor@0,0 { |
|---|
| 51 | 52 | compatible = "cfi-flash"; |
|---|
| 52 | 53 | reg = <0x0 0x0 0x8000000>; |
|---|
| 54 | + big-endian; |
|---|
| 53 | 55 | bank-width = <2>; |
|---|
| 54 | 56 | device-width = <1>; |
|---|
| 55 | 57 | }; |
|---|
| .. | .. |
|---|
| 133 | 135 | }; |
|---|
| 134 | 136 | |
|---|
| 135 | 137 | &qspi { |
|---|
| 136 | | - bus-num = <0>; |
|---|
| 137 | 138 | status = "okay"; |
|---|
| 138 | 139 | |
|---|
| 139 | | - qflash0: s25fl128s@0 { |
|---|
| 140 | + qflash0: flash@0 { |
|---|
| 140 | 141 | compatible = "spansion,m25p80"; |
|---|
| 141 | 142 | #address-cells = <1>; |
|---|
| 142 | 143 | #size-cells = <1>; |
|---|
| 143 | 144 | spi-max-frequency = <20000000>; |
|---|
| 145 | + spi-rx-bus-width = <4>; |
|---|
| 146 | + spi-tx-bus-width = <4>; |
|---|
| 144 | 147 | reg = <0>; |
|---|
| 145 | 148 | }; |
|---|
| 146 | 149 | }; |
|---|
| 147 | 150 | |
|---|
| 151 | +&usb0 { |
|---|
| 152 | + status = "okay"; |
|---|
| 153 | +}; |
|---|
| 154 | + |
|---|
| 148 | 155 | #include "fsl-ls1043-post.dtsi" |
|---|