hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/Documentation/devicetree/bindings/net/qca,qca7000.txt
....@@ -23,13 +23,15 @@
2323 Numbers smaller than 1000000 or greater than 16000000
2424 are invalid. Missing the property will set the SPI
2525 frequency to 8000000 Hertz.
26
-- local-mac-address : see ./ethernet.txt
2726 - qca,legacy-mode : Set the SPI data transfer of the QCA7000 to legacy mode.
2827 In this mode the SPI master must toggle the chip select
2928 between each data word. In burst mode these gaps aren't
3029 necessary, which is faster. This setting depends on how
3130 the QCA7000 is setup via GPIO pin strapping. If the
3231 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.
3335
3436 SPI Example:
3537
....@@ -66,7 +68,7 @@
6668 Optional properties:
6769 - local-mac-address : see ./ethernet.txt
6870 - 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
7072
7173 UART Example:
7274