riscv: dts: spacemit: add i2c aliases on K3 Pico-ITX board

Add i2c aliases for i2c2 and i2c8 on K3 Pico-ITX board. This is useful
to keep a stable number for the /dev entries after loading the i2c-dev
module.

Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Reviewed-by: Yixun Lan <dlan@kernel.org>
Link: https://patch.msgid.link/20260623204431.498700-5-aurelien@aurel32.net
Signed-off-by: Yixun Lan <dlan@kernel.org>
This commit is contained in:
Aurelien Jarno 2026-06-23 22:43:48 +02:00 committed by Yixun Lan
parent 930491838c
commit ae4e84366b

View File

@ -14,6 +14,8 @@ / {
aliases {
ethernet0 = &eth0;
i2c2 = &i2c2;
i2c8 = &i2c8;
serial0 = &uart0;
};