Skip to content

Commit

Permalink
dt-bindings: wireless: wilc1000: Document WILC3000 compatible string
Browse files Browse the repository at this point in the history
Document compatible string for the WILC3000 chip. The chip is similar
to WILC1000, except that the register layout is slightly different and
it does not support WPA3/SAE.

Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Marek Vasut <marex@denx.de>
Signed-off-by: Kalle Valo <kvalo@kernel.org>
Link: https://patch.msgid.link/20241004114551.40236-1-marex@denx.de
  • Loading branch information
Marek Vasut authored and Kalle Valo committed Oct 17, 2024
1 parent 98ca317 commit 1b292a1
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -16,7 +16,11 @@ description:

properties:
compatible:
const: microchip,wilc1000
oneOf:
- items:
- const: microchip,wilc3000
- const: microchip,wilc1000
- const: microchip,wilc1000

reg: true

0 comments on commit 1b292a1

Please sign in to comment.