arm64: dts: amlogic: Enable the npu node for Alta and VIM3

We now have support in Mesa and everything is ready in distros such as
Debian.

Signed-off-by: Tomeu Vizoso <tomeu@tomeuvizoso.net>
Link: https://lore.kernel.org/r/20250522092940.3293889-1-tomeu@tomeuvizoso.net
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
This commit is contained in:
Tomeu Vizoso 2025-05-22 11:29:40 +02:00 committed by Neil Armstrong
parent fb183c8d7a
commit 587c1c00f7
2 changed files with 8 additions and 0 deletions

View file

@ -39,3 +39,7 @@
phy-names = "usb2-phy0", "usb2-phy1";
};
*/
&npu {
status = "okay";
};

View file

@ -111,3 +111,7 @@
&pwm_ab {
pinctrl-0 = <&pwm_a_e_pins>, <&pwm_b_x7_pins>;
};
&npu {
status = "okay";
};