riscv: dts: starfive: visionfive 2: Add aliases for i2c* and uart3

Fix the numbers of i2c and uart3.

Signed-off-by: Hal Feng <hal.feng@starfivetech.com>
This commit is contained in:
Hal Feng 2024-03-22 11:33:40 +08:00
parent 9cd4975483
commit cb4f09e9a9

View file

@ -15,7 +15,10 @@
ethernet0 = &gmac0;
ethernet1 = &gmac1;
i2c0 = &i2c0;
i2c1 = &i2c1;
i2c2 = &i2c2;
i2c3 = &i2c3;
i2c4 = &i2c4;
i2c5 = &i2c5;
i2c6 = &i2c6;
mmc0 = &mmc0;
@ -23,6 +26,7 @@
pcie0 = &pcie0;
pcie1 = &pcie1;
serial0 = &uart0;
serial3 = &uart3;
};
chosen {