Add specific DTSI for NPU firmware based on the supported WiFi chip and
update the supported device by including the relevant new DTSI.
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
#include <dt-bindings/leds/common.h>
#include <dt-bindings/gpio/gpio.h>
#include "an7581.dtsi"
+#include "an7581-npu-mt7996.dtsi"
/ {
model = "Airoha AN7581 Evaluation Board";
};
&npu {
- firmware-name = "airoha/en7581_MT7996_npu_rv32.bin",
- "airoha/en7581_MT7996_npu_data.bin";
status = "okay";
};
--- /dev/null
+// SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
+
+&npu {
+ firmware-name = "airoha/en7581_npu_rv32.bin",
+ "airoha/en7581_npu_data.bin";
+};
--- /dev/null
+// SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
+
+&npu {
+ firmware-name = "airoha/en7581_MT7996_npu_rv32.bin",
+ "airoha/en7581_MT7996_npu_data.bin";
+};
#include <dt-bindings/gpio/gpio.h>
#include <dt-bindings/input/input.h>
#include "an7581.dtsi"
+#include "an7581-npu-mt7996.dtsi"
/ {
model = "Gemtek W1700K (OpenWrt U-Boot layout)";
};
&npu {
- firmware-name = "airoha/en7581_MT7996_npu_rv32.bin",
- "airoha/en7581_MT7996_npu_data.bin";
status = "okay";
};