ARM: dts: AM33xx+: Add i2c aliases

Provide alias to allow ordering the i2c devices correctly.

Signed-off-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Benoit Cousson <bcousson@baylibre.com>
This commit is contained in:
Nishanth Menon 2013-10-16 15:21:04 -05:00 committed by Benoit Cousson
parent 20b80942ef
commit 6a96867844
2 changed files with 6 additions and 0 deletions

View File

@ -18,6 +18,9 @@ / {
interrupt-parent = <&intc>;
aliases {
i2c0 = &i2c0;
i2c1 = &i2c1;
i2c2 = &i2c2;
serial0 = &uart0;
serial1 = &uart1;
serial2 = &uart2;

View File

@ -18,6 +18,9 @@ / {
aliases {
i2c0 = &i2c0;
i2c1 = &i2c1;
i2c2 = &i2c2;
serial0 = &uart0;
ethernet0 = &cpsw_emac0;
ethernet1 = &cpsw_emac1;