mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-08 07:21:27 +00:00
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:
parent
9cd4975483
commit
cb4f09e9a9
1 changed files with 4 additions and 0 deletions
|
@ -15,7 +15,10 @@
|
||||||
ethernet0 = &gmac0;
|
ethernet0 = &gmac0;
|
||||||
ethernet1 = &gmac1;
|
ethernet1 = &gmac1;
|
||||||
i2c0 = &i2c0;
|
i2c0 = &i2c0;
|
||||||
|
i2c1 = &i2c1;
|
||||||
i2c2 = &i2c2;
|
i2c2 = &i2c2;
|
||||||
|
i2c3 = &i2c3;
|
||||||
|
i2c4 = &i2c4;
|
||||||
i2c5 = &i2c5;
|
i2c5 = &i2c5;
|
||||||
i2c6 = &i2c6;
|
i2c6 = &i2c6;
|
||||||
mmc0 = &mmc0;
|
mmc0 = &mmc0;
|
||||||
|
@ -23,6 +26,7 @@
|
||||||
pcie0 = &pcie0;
|
pcie0 = &pcie0;
|
||||||
pcie1 = &pcie1;
|
pcie1 = &pcie1;
|
||||||
serial0 = &uart0;
|
serial0 = &uart0;
|
||||||
|
serial3 = &uart3;
|
||||||
};
|
};
|
||||||
|
|
||||||
chosen {
|
chosen {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue