Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7840a65a authored by Vladimir Barinov's avatar Vladimir Barinov Committed by Simon Horman
Browse files

ARM: mach-shmobile: r8a7779: SATA DT configuration



Allow configuration of the r8a7779 SoC SATA controller using a flattened device
tree.

Signed-off-by: default avatarVladimir Barinov <vladimir.barinov@cogentembedded.com>
Signed-off-by: default avatarSergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent 25a65975
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -88,4 +88,11 @@
		compatible = "renesas,rcar-thermal";
		reg = <0xffc48000 0x38>;
	};

	sata: sata@fc600000 {
		compatible = "renesas,rcar-sata";
		reg = <0xfc600000 0x2000>;
		interrupt-parent = <&gic>;
		interrupts = <0 100 0x4>;
	};
};