Skip to content

Commit

Permalink
add pwm and spi aliases in rk3399.dtsi (rockchip-linux#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
nascs authored Dec 23, 2022
1 parent 4fe83b2 commit b62cf4b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions arch/arm64/boot/dts/rockchip/rk3399.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,15 @@
mmc0 = &sdio0;
mmc1 = &sdmmc;
mmc2 = &sdhci;
pwm0 = &pwm0;
pwm1 = &pwm1;
serial0 = &uart0;
serial1 = &uart1;
serial2 = &uart2;
serial3 = &uart3;
serial4 = &uart4;
spi1 = &spi1;
spi2 = &spi2;
};

cpus {
Expand Down

0 comments on commit b62cf4b

Please sign in to comment.