Skip to content

Commit d797346

Browse files
committed
ARM: dts: at91-sama5d27_som1_ek: add aliases for i2c
Add aliases for i2c devices to not rely on probe order for i2c device numbering. Signed-off-by: Ludovic Desroches <ludovic.desroches@microchip.com>
1 parent 3211159 commit d797346

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

arch/arm/boot/dts/at91-sama5d27_som1_ek_common.dtsi

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@
5656
serial0 = &uart1; /* DBGU */
5757
serial1 = &uart4; /* mikro BUS 1 */
5858
serial2 = &uart2; /* mikro BUS 2 */
59+
i2c0 = &i2c0;
60+
i2c1 = &i2c1;
61+
i2c2 = &i2c2;
5962
};
6063

6164
chosen {

0 commit comments

Comments
 (0)