| .. | .. |
|---|
| 23 | 23 | Numbers smaller than 1000000 or greater than 16000000 |
|---|
| 24 | 24 | are invalid. Missing the property will set the SPI |
|---|
| 25 | 25 | frequency to 8000000 Hertz. |
|---|
| 26 | | -- local-mac-address : see ./ethernet.txt |
|---|
| 27 | 26 | - qca,legacy-mode : Set the SPI data transfer of the QCA7000 to legacy mode. |
|---|
| 28 | 27 | In this mode the SPI master must toggle the chip select |
|---|
| 29 | 28 | between each data word. In burst mode these gaps aren't |
|---|
| 30 | 29 | necessary, which is faster. This setting depends on how |
|---|
| 31 | 30 | the QCA7000 is setup via GPIO pin strapping. If the |
|---|
| 32 | 31 | property is missing the driver defaults to burst mode. |
|---|
| 32 | + |
|---|
| 33 | +The MAC address will be determined using the optional properties |
|---|
| 34 | +defined in ethernet.txt. |
|---|
| 33 | 35 | |
|---|
| 34 | 36 | SPI Example: |
|---|
| 35 | 37 | |
|---|
| .. | .. |
|---|
| 66 | 68 | Optional properties: |
|---|
| 67 | 69 | - local-mac-address : see ./ethernet.txt |
|---|
| 68 | 70 | - current-speed : current baud rate of QCA7000 which defaults to 115200 |
|---|
| 69 | | - if absent, see also ../serial/slave-device.txt |
|---|
| 71 | + if absent, see also ../serial/serial.yaml |
|---|
| 70 | 72 | |
|---|
| 71 | 73 | UART Example: |
|---|
| 72 | 74 | |
|---|