Commit b9884a16 authored by Lad Prabhakar's avatar Lad Prabhakar Committed by Geert Uytterhoeven
parent 9493c8c3
...@@ -809,6 +809,28 @@ mmcif1: mmc@ee220000 { ...@@ -809,6 +809,28 @@ mmcif1: mmc@ee220000 {
max-frequency = <97500000>; max-frequency = <97500000>;
}; };
sata0: sata@ee300000 {
compatible = "renesas,sata-r8a7742",
"renesas,rcar-gen2-sata";
reg = <0 0xee300000 0 0x200000>;
interrupts = <GIC_SPI 105 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&cpg CPG_MOD 815>;
power-domains = <&sysc R8A7742_PD_ALWAYS_ON>;
resets = <&cpg 815>;
status = "disabled";
};
sata1: sata@ee500000 {
compatible = "renesas,sata-r8a7742",
"renesas,rcar-gen2-sata";
reg = <0 0xee500000 0 0x200000>;
interrupts = <GIC_SPI 106 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&cpg CPG_MOD 814>;
power-domains = <&sysc R8A7742_PD_ALWAYS_ON>;
resets = <&cpg 814>;
status = "disabled";
};
gic: interrupt-controller@f1001000 { gic: interrupt-controller@f1001000 {
compatible = "arm,gic-400"; compatible = "arm,gic-400";
#interrupt-cells = <3>; #interrupt-cells = <3>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment