mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-05-04 17:36:12 +02:00
airoha: an7581: add specific NPU dtsi and update eMMC and W1700K
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>
This commit is contained in:
parent
d49f62d1a4
commit
f075c1148d
@ -7,6 +7,7 @@
|
||||
#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";
|
||||
@ -253,8 +254,6 @@
|
||||
};
|
||||
|
||||
&npu {
|
||||
firmware-name = "airoha/en7581_MT7996_npu_rv32.bin",
|
||||
"airoha/en7581_MT7996_npu_data.bin";
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
|
||||
6
target/linux/airoha/dts/an7581-npu-mt7992.dtsi
Normal file
6
target/linux/airoha/dts/an7581-npu-mt7992.dtsi
Normal file
@ -0,0 +1,6 @@
|
||||
// SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
|
||||
|
||||
&npu {
|
||||
firmware-name = "airoha/en7581_npu_rv32.bin",
|
||||
"airoha/en7581_npu_data.bin";
|
||||
};
|
||||
6
target/linux/airoha/dts/an7581-npu-mt7996.dtsi
Normal file
6
target/linux/airoha/dts/an7581-npu-mt7996.dtsi
Normal file
@ -0,0 +1,6 @@
|
||||
// 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";
|
||||
};
|
||||
@ -6,6 +6,7 @@
|
||||
#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)";
|
||||
@ -303,8 +304,6 @@
|
||||
};
|
||||
|
||||
&npu {
|
||||
firmware-name = "airoha/en7581_MT7996_npu_rv32.bin",
|
||||
"airoha/en7581_MT7996_npu_data.bin";
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user