airoha: Enable npu for an7581-evb board
Some checks are pending
Build Kernel / Build all affected Kernels (push) Waiting to run

Enable NPU module for AN7581 evaluation board.

Signed-off-by: Lorenzo Bianconi <lorenzo@kernel.org>
Link: https://github.com/openwrt/openwrt/pull/22343
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
This commit is contained in:
Lorenzo Bianconi 2026-03-09 14:17:19 +01:00 committed by Christian Marangi
parent fdd9b8e125
commit c45d063612
No known key found for this signature in database
GPG key ID: AC001D09ADBFEAD7

View file

@ -204,6 +204,10 @@
status = "okay";
};
&npu {
status = "okay";
};
&eth {
status = "okay";
};