UniPhier ARM SoC DT updates for v5.8
- add DMA controller nodes -----BEGIN PGP SIGNATURE----- iQJSBAABCgA8FiEEbmPs18K1szRHjPqEPYsBB53g2wYFAl7CO5QeHHlhbWFkYS5t YXNhaGlyb0Bzb2Npb25leHQuY29tAAoJED2LAQed4NsGbV4P/3YOt9oY9V+ud+Z4 jC/Z2E9UEfeweueSMZKapN+Yp07fas+u3/WmsFIR8Gh4HL5N1ZGcDXAKGn0UdYVA l2+MBB2CUuCQqQM6uH/rKXA4khMKoOcMnpLU5KRahaMjonTHEaSN3udsxNmJkGJX OCGjfIGw+8NHXZ0haNJFxJ3HF0gHlrWIqaofGGvJihL0ANHl3wc4SpnbHTPp5SBa TVDrK3h/U4Tl105hvh1bqg0NTUiyRpWxEUH2r6sKvahJO+Reth1Xk5o4HWUINtVW FX4xA4Hb6d3WytATF+Dg+emDKD5eTLKNz5UahKiS1QYad5m5aSyuaO3MJV6w5m7W r3ttYZnz1Sq8029D425nnkmTl2IYsvtiKk7I1uQsIOb6/yDBWo76XFZ1tzNgKafH +qFFIP95cQSrnyYTrnOV9XwMc4FQqzUTm5AL3RZj+qd9fp4lNv1X6gm6byliYOSB vVe49+AD3B414UOVoDF8L1VfdSLmGTSo2I7dtY5q2DrCxgml1ESDEMCt7POVsUbD c6lXEyiXfpIgwcMbZiiykhAj7V8cK1BFueLCvZTWxuuUiM1DbvjyZYKIE0XVRmhx ejxYsPmdhldhU0xbe5I9iHFhlsd8fjm9xd4+yVoD2592Y7IPlUeAoznRm8zHDoDW hLyDbQ5TSiKAlwSdl+Hw17eBoICO =FqsW -----END PGP SIGNATURE----- Merge tag 'uniphier-dt-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-uniphier into arm/dt UniPhier ARM SoC DT updates for v5.8 - add DMA controller nodes * tag 'uniphier-dt-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-uniphier: ARM: dts: uniphier: add #address-cells and #size-cells to SPI nodes ARM: dts: uniphier: Add ethernet aliases ARM: dts: uniphier: Add XDMAC node Link: https://lore.kernel.org/r/CAK7LNAQXSpg4s0e0d-tp9j85Sj01t13zAa5+rqsOWu4ZvkpYhg@mail.gmail.com Signed-off-by: Arnd Bergmann <arnd@arndb.de>
This commit is contained in:
commit
184a283311
|
@ -67,6 +67,8 @@
|
||||||
compatible = "socionext,uniphier-scssi";
|
compatible = "socionext,uniphier-scssi";
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
reg = <0x54006000 0x100>;
|
reg = <0x54006000 0x100>;
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <0>;
|
||||||
interrupts = <0 39 4>;
|
interrupts = <0 39 4>;
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
pinctrl-0 = <&pinctrl_spi0>;
|
pinctrl-0 = <&pinctrl_spi0>;
|
||||||
|
|
|
@ -29,6 +29,7 @@
|
||||||
i2c4 = &i2c4;
|
i2c4 = &i2c4;
|
||||||
i2c5 = &i2c5;
|
i2c5 = &i2c5;
|
||||||
i2c6 = &i2c6;
|
i2c6 = &i2c6;
|
||||||
|
ethernet0 = ð
|
||||||
};
|
};
|
||||||
|
|
||||||
memory@80000000 {
|
memory@80000000 {
|
||||||
|
|
|
@ -26,6 +26,7 @@
|
||||||
i2c3 = &i2c3;
|
i2c3 = &i2c3;
|
||||||
i2c5 = &i2c5;
|
i2c5 = &i2c5;
|
||||||
i2c6 = &i2c6;
|
i2c6 = &i2c6;
|
||||||
|
ethernet0 = ð
|
||||||
};
|
};
|
||||||
|
|
||||||
memory@80000000 {
|
memory@80000000 {
|
||||||
|
|
|
@ -29,6 +29,7 @@
|
||||||
i2c3 = &i2c3;
|
i2c3 = &i2c3;
|
||||||
i2c5 = &i2c5;
|
i2c5 = &i2c5;
|
||||||
i2c6 = &i2c6;
|
i2c6 = &i2c6;
|
||||||
|
ethernet0 = ð
|
||||||
};
|
};
|
||||||
|
|
||||||
memory@80000000 {
|
memory@80000000 {
|
||||||
|
|
|
@ -25,6 +25,7 @@
|
||||||
i2c3 = &i2c3;
|
i2c3 = &i2c3;
|
||||||
i2c5 = &i2c5;
|
i2c5 = &i2c5;
|
||||||
i2c6 = &i2c6;
|
i2c6 = &i2c6;
|
||||||
|
ethernet0 = ð
|
||||||
};
|
};
|
||||||
|
|
||||||
memory@80000000 {
|
memory@80000000 {
|
||||||
|
|
|
@ -75,6 +75,8 @@
|
||||||
compatible = "socionext,uniphier-scssi";
|
compatible = "socionext,uniphier-scssi";
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
reg = <0x54006000 0x100>;
|
reg = <0x54006000 0x100>;
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <0>;
|
||||||
interrupts = <0 39 4>;
|
interrupts = <0 39 4>;
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
pinctrl-0 = <&pinctrl_spi0>;
|
pinctrl-0 = <&pinctrl_spi0>;
|
||||||
|
@ -426,6 +428,14 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
xdmac: dma-controller@5fc10000 {
|
||||||
|
compatible = "socionext,uniphier-xdmac";
|
||||||
|
reg = <0x5fc10000 0x5300>;
|
||||||
|
interrupts = <0 188 4>;
|
||||||
|
dma-channels = <16>;
|
||||||
|
#dma-cells = <2>;
|
||||||
|
};
|
||||||
|
|
||||||
aidet: interrupt-controller@5fc20000 {
|
aidet: interrupt-controller@5fc20000 {
|
||||||
compatible = "socionext,uniphier-pro4-aidet";
|
compatible = "socionext,uniphier-pro4-aidet";
|
||||||
reg = <0x5fc20000 0x200>;
|
reg = <0x5fc20000 0x200>;
|
||||||
|
|
|
@ -160,6 +160,8 @@
|
||||||
compatible = "socionext,uniphier-scssi";
|
compatible = "socionext,uniphier-scssi";
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
reg = <0x54006000 0x100>;
|
reg = <0x54006000 0x100>;
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <0>;
|
||||||
interrupts = <0 39 4>;
|
interrupts = <0 39 4>;
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
pinctrl-0 = <&pinctrl_spi0>;
|
pinctrl-0 = <&pinctrl_spi0>;
|
||||||
|
@ -171,6 +173,8 @@
|
||||||
compatible = "socionext,uniphier-scssi";
|
compatible = "socionext,uniphier-scssi";
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
reg = <0x54006100 0x100>;
|
reg = <0x54006100 0x100>;
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <0>;
|
||||||
interrupts = <0 216 4>;
|
interrupts = <0 216 4>;
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
pinctrl-0 = <&pinctrl_spi1>;
|
pinctrl-0 = <&pinctrl_spi1>;
|
||||||
|
@ -408,6 +412,14 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
xdmac: dma-controller@5fc10000 {
|
||||||
|
compatible = "socionext,uniphier-xdmac";
|
||||||
|
reg = <0x5fc10000 0x5300>;
|
||||||
|
interrupts = <0 188 4>;
|
||||||
|
dma-channels = <16>;
|
||||||
|
#dma-cells = <2>;
|
||||||
|
};
|
||||||
|
|
||||||
aidet: interrupt-controller@5fc20000 {
|
aidet: interrupt-controller@5fc20000 {
|
||||||
compatible = "socionext,uniphier-pro5-aidet";
|
compatible = "socionext,uniphier-pro5-aidet";
|
||||||
reg = <0x5fc20000 0x200>;
|
reg = <0x5fc20000 0x200>;
|
||||||
|
|
|
@ -26,6 +26,7 @@
|
||||||
i2c4 = &i2c4;
|
i2c4 = &i2c4;
|
||||||
i2c5 = &i2c5;
|
i2c5 = &i2c5;
|
||||||
i2c6 = &i2c6;
|
i2c6 = &i2c6;
|
||||||
|
ethernet0 = ð
|
||||||
};
|
};
|
||||||
|
|
||||||
memory@80000000 {
|
memory@80000000 {
|
||||||
|
|
|
@ -24,6 +24,7 @@
|
||||||
i2c4 = &i2c4;
|
i2c4 = &i2c4;
|
||||||
i2c5 = &i2c5;
|
i2c5 = &i2c5;
|
||||||
i2c6 = &i2c6;
|
i2c6 = &i2c6;
|
||||||
|
ethernet0 = ð
|
||||||
};
|
};
|
||||||
|
|
||||||
memory@80000000 {
|
memory@80000000 {
|
||||||
|
|
|
@ -173,6 +173,8 @@
|
||||||
compatible = "socionext,uniphier-scssi";
|
compatible = "socionext,uniphier-scssi";
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
reg = <0x54006000 0x100>;
|
reg = <0x54006000 0x100>;
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <0>;
|
||||||
interrupts = <0 39 4>;
|
interrupts = <0 39 4>;
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
pinctrl-0 = <&pinctrl_spi0>;
|
pinctrl-0 = <&pinctrl_spi0>;
|
||||||
|
@ -184,6 +186,8 @@
|
||||||
compatible = "socionext,uniphier-scssi";
|
compatible = "socionext,uniphier-scssi";
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
reg = <0x54006100 0x100>;
|
reg = <0x54006100 0x100>;
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <0>;
|
||||||
interrupts = <0 216 4>;
|
interrupts = <0 216 4>;
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
pinctrl-0 = <&pinctrl_spi1>;
|
pinctrl-0 = <&pinctrl_spi1>;
|
||||||
|
@ -508,6 +512,14 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
xdmac: dma-controller@5fc10000 {
|
||||||
|
compatible = "socionext,uniphier-xdmac";
|
||||||
|
reg = <0x5fc10000 0x5300>;
|
||||||
|
interrupts = <0 188 4>;
|
||||||
|
dma-channels = <16>;
|
||||||
|
#dma-cells = <2>;
|
||||||
|
};
|
||||||
|
|
||||||
aidet: interrupt-controller@5fc20000 {
|
aidet: interrupt-controller@5fc20000 {
|
||||||
compatible = "socionext,uniphier-pxs2-aidet";
|
compatible = "socionext,uniphier-pxs2-aidet";
|
||||||
reg = <0x5fc20000 0x200>;
|
reg = <0x5fc20000 0x200>;
|
||||||
|
|
|
@ -67,6 +67,8 @@
|
||||||
compatible = "socionext,uniphier-scssi";
|
compatible = "socionext,uniphier-scssi";
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
reg = <0x54006000 0x100>;
|
reg = <0x54006000 0x100>;
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <0>;
|
||||||
interrupts = <0 39 4>;
|
interrupts = <0 39 4>;
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
pinctrl-0 = <&pinctrl_spi0>;
|
pinctrl-0 = <&pinctrl_spi0>;
|
||||||
|
|
Loading…
Reference in New Issue