Skip to content

Commit 7f86529

Browse files
committed
meson64-6.17: arm64: dts: amlogic: Enable the npu node for Radxa Zero 2
1 parent b34d446 commit 7f86529

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
2+
From: Ricardo Pardini <ricardo@pardini.net>
3+
Date: Fri, 5 Sep 2025 18:35:31 +0200
4+
Subject: arm64: dts: amlogic: Enable the npu node for Radxa Zero 2
5+
6+
The Zero2 is also an A311D just like the VIM3.
7+
8+
Signed-off-by: Ricardo Pardini <ricardo@pardini.net>
9+
---
10+
arch/arm64/boot/dts/amlogic/meson-g12b-radxa-zero2.dts | 4 ++++
11+
1 file changed, 4 insertions(+)
12+
13+
diff --git a/arch/arm64/boot/dts/amlogic/meson-g12b-radxa-zero2.dts b/arch/arm64/boot/dts/amlogic/meson-g12b-radxa-zero2.dts
14+
index 111111111111..222222222222 100644
15+
--- a/arch/arm64/boot/dts/amlogic/meson-g12b-radxa-zero2.dts
16+
+++ b/arch/arm64/boot/dts/amlogic/meson-g12b-radxa-zero2.dts
17+
@@ -394,6 +394,10 @@ &pwm_AO_cd {
18+
status = "okay";
19+
};
20+
21+
+&npu {
22+
+ status = "okay";
23+
+};
24+
+
25+
&saradc {
26+
status = "okay";
27+
vref-supply = <&vddao_1v8>;
28+
--
29+
Armbian
30+

0 commit comments

Comments
 (0)