Skip to content

Commit

Permalink
Merge pull request #12 from deepaklorkhatri007/beagleboneai-pinmuxing…
Browse files Browse the repository at this point in the history
…-patch1

Remove aliases and add symlink
  • Loading branch information
RobertCNelson committed Mar 25, 2020
2 parents f740b33 + 528bc4d commit 87edea5
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions src/arm/am5729-beagleboneai.dts
Expand Up @@ -19,21 +19,6 @@
"ti,dra742", "ti,dra74", "ti,dra7";

aliases {
// I2C
bone-i2c1 = &i2c5;
bone-i2c2 = &i2c4;
bone-i2c3 = &i2c3;
// SPI
bone-spi0 = &qspi;
// UART
bone-serial0 = &uart1;
bone-serial1 = &uart10;
bone-serial2 = &uart3;
bone-serial4 = &uart5;
bone-serial5 = &uart8;
// CAN
bone-d-can1 = &dcan2;

rtc0 = &tps659038_rtc;
rtc1 = &rtc;
display0 = &hdmi_conn;
Expand Down Expand Up @@ -2402,6 +2387,7 @@
&i2c4 {
status = "okay";
clock-frequency = <100000>;
symlink = "bone-i2c2";
};

/* thermal hacks */
Expand Down

0 comments on commit 87edea5

Please sign in to comment.