diff --git a/patches/linux/dts/mpfs-beaglev-fire.dts b/patches/linux/dts/mpfs-beaglev-fire.dts index 120709f..1ea20d2 100644 --- a/patches/linux/dts/mpfs-beaglev-fire.dts +++ b/patches/linux/dts/mpfs-beaglev-fire.dts @@ -296,14 +296,6 @@ //&mmuart3 //{ // statu//s = "okay"; //};// -// -//&mmuart4 { -// status = "okay"; -//}; - -//&pcie { -// status = "okay"; -//}; &qspi { status = "okay"; @@ -375,3 +367,13 @@ status = "okay"; dr_mode = "otg"; }; + +// UARTs +bone_uart_4: &mmuart4 { + symlink = "bone/uart/4"; +}; + +// I2Cs +bone_i2c_2: &i2c0 { + symlink = "bone/i2c/2"; +};