dts: nxp: wifi: nxp,wifi is not an SD device

inherit from base.yaml instead of sd-device since this device is not
meant to be used on an SD bus.

Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
This commit is contained in:
Benjamin Cabé 2025-04-10 11:14:25 +02:00 committed by Benjamin Cabé
commit 669d35a752

View file

@ -7,4 +7,4 @@ description: |
compatible: "nxp,wifi"
include: [sd-device.yaml, pinctrl-device.yaml]
include: [base.yaml, pinctrl-device.yaml]