Skip to content

Commit

Permalink
arm64: dts: rockchip: rk3588s: add aliases for gpio, i2c, spi, mmc
Browse files Browse the repository at this point in the history
  • Loading branch information
neggles committed Oct 4, 2022
1 parent 7d63218 commit f16c638
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions arch/arm64/boot/dts/rockchip/rk3588s.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,20 @@

aliases {
ethernet1 = &gmac1;
gpio0 = &gpio0;
gpio1 = &gpio1;
gpio2 = &gpio2;
gpio3 = &gpio3;
gpio4 = &gpio4;
i2c0 = &i2c0;
i2c1 = &i2c1;
i2c2 = &i2c2;
i2c3 = &i2c3;
i2c4 = &i2c4;
i2c5 = &i2c5;
i2c6 = &i2c6;
i2c7 = &i2c7;
i2c8 = &i2c8;
serial0 = &uart0;
serial1 = &uart1;
serial2 = &uart2;
Expand All @@ -28,6 +42,13 @@
serial7 = &uart7;
serial8 = &uart8;
serial9 = &uart9;
spi0 = &spi0;
spi1 = &spi1;
spi2 = &spi2;
spi3 = &spi3;
mmc0 = &sdmmc;
mmc1 = &sdhci;
mmc2 = &sdio;
};

spll: clock-0 {
Expand Down

0 comments on commit f16c638

Please sign in to comment.