mirror of https://gitee.com/openkylin/linux.git
ARM: dts: i.MX25: Add i2c and spi aliases
This allows to order the i2c and spi devices correctly. While at it reorder the aliases entries alphabetically. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
This commit is contained in:
parent
4f3b2a41e2
commit
6ed1a0e573
|
@ -13,15 +13,21 @@
|
||||||
|
|
||||||
/ {
|
/ {
|
||||||
aliases {
|
aliases {
|
||||||
|
gpio0 = &gpio1;
|
||||||
|
gpio1 = &gpio2;
|
||||||
|
gpio2 = &gpio3;
|
||||||
|
gpio3 = &gpio4;
|
||||||
|
i2c0 = &i2c1;
|
||||||
|
i2c1 = &i2c2;
|
||||||
|
i2c2 = &i2c3;
|
||||||
serial0 = &uart1;
|
serial0 = &uart1;
|
||||||
serial1 = &uart2;
|
serial1 = &uart2;
|
||||||
serial2 = &uart3;
|
serial2 = &uart3;
|
||||||
serial3 = &uart4;
|
serial3 = &uart4;
|
||||||
serial4 = &uart5;
|
serial4 = &uart5;
|
||||||
gpio0 = &gpio1;
|
spi0 = &spi1;
|
||||||
gpio1 = &gpio2;
|
spi1 = &spi2;
|
||||||
gpio2 = &gpio3;
|
spi2 = &spi3;
|
||||||
gpio3 = &gpio4;
|
|
||||||
usb0 = &usbotg;
|
usb0 = &usbotg;
|
||||||
usb1 = &usbhost1;
|
usb1 = &usbhost1;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue