diff options
author | Kavyasree Kotagiri <[email protected]> | 2021-10-04 16:29:25 +0530 |
---|---|---|
committer | Nicolas Ferre <[email protected]> | 2021-10-04 14:18:43 +0200 |
commit | ee2e07a7afab3964faeb40bce312485bb81ebd65 (patch) | |
tree | a65a8365f428f5b5bfd2e65475d70cbbdb27c4bb | |
parent | 9da778c5db55a8b7433f740b8de513ae964bae1d (diff) |
dt-bindings: arm: at91: Document lan966 pcb8291 and pcb8290 boards
Add documentation for Microchip LAN9662 PCB8291 and
LAN9668 PCB8290 Evaluation Boards.
Signed-off-by: Kavyasree Kotagiri <[email protected]>
Acked-by: Alexandre Belloni <[email protected]>
Signed-off-by: Nicolas Ferre <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
-rw-r--r-- | Documentation/devicetree/bindings/arm/atmel-at91.yaml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/atmel-at91.yaml b/Documentation/devicetree/bindings/arm/atmel-at91.yaml index fba071b9af1d..aad351706117 100644 --- a/Documentation/devicetree/bindings/arm/atmel-at91.yaml +++ b/Documentation/devicetree/bindings/arm/atmel-at91.yaml @@ -150,6 +150,18 @@ properties: - const: microchip,sama7g5 - const: microchip,sama7 + - description: Microchip LAN9662 PCB8291 Evaluation Board. + items: + - const: microchip,lan9662-pcb8291 + - const: microchip,lan9662 + - const: microchip,lan966 + + - description: Microchip LAN9668 PCB8290 Evaluation Board. + items: + - const: microchip,lan9668-pcb8290 + - const: microchip,lan9668 + - const: microchip,lan966 + - items: - enum: - atmel,sams70j19 |