mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2025-01-14 01:34:43 +08:00
ARM: shmobile: r8a73a4: Add SCIF nodes
This describes all of the SCIF hardware of the r8a73a4. Each node is disabled and may be enabled as necessary by board DTS files. Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
This commit is contained in:
parent
5be97ca4a4
commit
94f1a03db6
@ -252,6 +252,48 @@
|
|||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
scifa0: serial@e6c40000 {
|
||||||
|
compatible = "renesas,scifa-r8a73a4", "renesas,scifa";
|
||||||
|
reg = <0 0xe6c40000 0 0x100>;
|
||||||
|
interrupts = <0 144 IRQ_TYPE_LEVEL_HIGH>;
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
|
scifa1: serial@e6c50000 {
|
||||||
|
compatible = "renesas,scifa-r8a73a4", "renesas,scifa";
|
||||||
|
reg = <0 0xe6c50000 0 0x100>;
|
||||||
|
interrupts = <0 145 IRQ_TYPE_LEVEL_HIGH>;
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
|
scifb2: serial@e6c20000 {
|
||||||
|
compatible = "renesas,scifb-r8a73a4", "renesas,scifb";
|
||||||
|
reg = <0 0xe6c20000 0 0x100>;
|
||||||
|
interrupts = <0 148 IRQ_TYPE_LEVEL_HIGH>;
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
|
scifb3: serial@e6c30000 {
|
||||||
|
compatible = "renesas,scifb-r8a73a4", "renesas,scifb";
|
||||||
|
reg = <0 0xe6c30000 0 0x100>;
|
||||||
|
interrupts = <0 149 IRQ_TYPE_LEVEL_HIGH>;
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
|
scifb4: serial@e6ce0000 {
|
||||||
|
compatible = "renesas,scifb-r8a73a4", "renesas,scifb";
|
||||||
|
reg = <0 0xe6ce0000 0 0x100>;
|
||||||
|
interrupts = <0 150 IRQ_TYPE_LEVEL_HIGH>;
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
|
scifb5: serial@e6cf0000 {
|
||||||
|
compatible = "renesas,scifb-r8a73a4", "renesas,scifb";
|
||||||
|
reg = <0 0xe6cf0000 0 0x100>;
|
||||||
|
interrupts = <0 151 IRQ_TYPE_LEVEL_HIGH>;
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
mmcif0: mmc@ee200000 {
|
mmcif0: mmc@ee200000 {
|
||||||
compatible = "renesas,sh-mmcif";
|
compatible = "renesas,sh-mmcif";
|
||||||
reg = <0 0xee200000 0 0x80>;
|
reg = <0 0xee200000 0 0x80>;
|
||||||
|
Loading…
Reference in New Issue
Block a user