Commit dbe5bbdb authored by Tudor Ambarus's avatar Tudor Ambarus Committed by Alexandre Belloni
Browse files

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: default avatarTudor Ambarus <tudor.ambarus@microchip.com>
Link: https://lore.kernel.org/r/20200514050301.147442-17-tudor.ambarus@microchip.com


Signed-off-by: default avatarAlexandre Belloni <alexandre.belloni@bootlin.com>
parent c85273fd
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -18,9 +18,9 @@
	compatible = "atmel,sama5d2-ptc_ek", "atmel,sama5d2", "atmel,sama5";

	aliases {
		serial0 = &uart0;
		i2c0	= &i2c0;
		i2c1	= &i2c1;
		serial0 = &uart0;	/* DBGU */
		i2c0	= &i2c0;	/* mikroBUS 1 */
		i2c1	= &i2c1;	/* XPRO EXT1 */
		i2c2	= &i2c2;
	};