ARM: dts: i.MX53: 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
e3b73c68b1
commit
cf4e577e98
1 changed files with 8 additions and 5 deletions
|
@ -15,11 +15,6 @@
|
||||||
|
|
||||||
/ {
|
/ {
|
||||||
aliases {
|
aliases {
|
||||||
serial0 = &uart1;
|
|
||||||
serial1 = &uart2;
|
|
||||||
serial2 = &uart3;
|
|
||||||
serial3 = &uart4;
|
|
||||||
serial4 = &uart5;
|
|
||||||
gpio0 = &gpio1;
|
gpio0 = &gpio1;
|
||||||
gpio1 = &gpio2;
|
gpio1 = &gpio2;
|
||||||
gpio2 = &gpio3;
|
gpio2 = &gpio3;
|
||||||
|
@ -30,6 +25,14 @@
|
||||||
i2c0 = &i2c1;
|
i2c0 = &i2c1;
|
||||||
i2c1 = &i2c2;
|
i2c1 = &i2c2;
|
||||||
i2c2 = &i2c3;
|
i2c2 = &i2c3;
|
||||||
|
serial0 = &uart1;
|
||||||
|
serial1 = &uart2;
|
||||||
|
serial2 = &uart3;
|
||||||
|
serial3 = &uart4;
|
||||||
|
serial4 = &uart5;
|
||||||
|
spi0 = &ecspi1;
|
||||||
|
spi1 = &ecspi2;
|
||||||
|
spi2 = &cspi;
|
||||||
};
|
};
|
||||||
|
|
||||||
tzic: tz-interrupt-controller@0fffc000 {
|
tzic: tz-interrupt-controller@0fffc000 {
|
||||||
|
|
Loading…
Add table
Reference in a new issue