Skip to content

Commit 991df24

Browse files
committed
ARM: dts: at91: sama5d2_ptc_ek: Add comments to describe the aliases
Indicate which i2c alias is for which connector on the board. Specify that serial0 is for DBGU. This eases tester's life. Signed-off-by: Tudor Ambarus <tudor.ambarus@microchip.com> Link: https://lore.kernel.org/r/20200514050301.147442-17-tudor.ambarus@microchip.com Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> (cherry picked from commit dbe5bbd) Signed-off-by: Tudor Ambarus <tudor.ambarus@microchip.com>
1 parent 13116ca commit 991df24

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

arch/arm/boot/dts/at91-sama5d2_ptc_ek.dts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
compatible = "atmel,sama5d2-ptc_ek", "atmel,sama5d2", "atmel,sama5";
1919

2020
aliases {
21-
serial0 = &uart0;
22-
i2c0 = &i2c0;
23-
i2c1 = &i2c1;
21+
serial0 = &uart0; /* DBGU */
22+
i2c0 = &i2c0; /* mikroBUS 1 */
23+
i2c1 = &i2c1; /* XPRO EXT1 */
2424
i2c2 = &i2c2;
2525
};
2626

0 commit comments

Comments
 (0)