forked from Minki/linux
ARM: shmobile: r8a7779: add HSPI support to DTSI
Based on work for the r8a7778 SoC by Kuninori Morimoto. Cc: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
This commit is contained in:
parent
11ef0340a8
commit
3c3f6ad350
@ -42,6 +42,12 @@
|
||||
};
|
||||
};
|
||||
|
||||
aliases {
|
||||
spi0 = &hspi0;
|
||||
spi1 = &hspi1;
|
||||
spi2 = &hspi2;
|
||||
};
|
||||
|
||||
gic: interrupt-controller@f0001000 {
|
||||
compatible = "arm,cortex-a9-gic";
|
||||
#interrupt-cells = <3>;
|
||||
@ -248,4 +254,28 @@
|
||||
cap-sdio-irq;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
hspi0: spi@fffc7000 {
|
||||
compatible = "renesas,hspi";
|
||||
reg = <0xfffc7000 0x18>;
|
||||
interrupt-controller = <&gic>;
|
||||
interrupts = <0 73 IRQ_TYPE_LEVEL_HIGH>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
hspi1: spi@fffc8000 {
|
||||
compatible = "renesas,hspi";
|
||||
reg = <0xfffc8000 0x18>;
|
||||
interrupt-controller = <&gic>;
|
||||
interrupts = <0 74 IRQ_TYPE_LEVEL_HIGH>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
hspi2: spi@fffc6000 {
|
||||
compatible = "renesas,hspi";
|
||||
reg = <0xfffc6000 0x18>;
|
||||
interrupt-controller = <&gic>;
|
||||
interrupts = <0 75 IRQ_TYPE_LEVEL_HIGH>;
|
||||
status = "disabled";
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user