Unverified Commit 41c64d33 authored by Corentin Labbe's avatar Corentin Labbe Committed by Maxime Ripard
Browse files

ARM: dts: sun8i: r40: add sata node



R40 have a sata controller which is the same as A20.
This patch adds a DT node for it.

Signed-off-by: default avatarIcenowy Zheng <icenowy@aosc.io>
Signed-off-by: default avatarCorentin Labbe <clabbe.montjoie@gmail.com>
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@bootlin.com>
parent c41ca64d
Loading
Loading
Loading
Loading
+13 −0
Original line number Original line Diff line number Diff line
@@ -529,6 +529,19 @@
			#size-cells = <0>;
			#size-cells = <0>;
		};
		};


		ahci: sata@1c18000 {
			compatible = "allwinner,sun8i-r40-ahci";
			reg = <0x01c18000 0x1000>;
			interrupts = <GIC_SPI 56 IRQ_TYPE_LEVEL_HIGH>;
			clocks = <&ccu CLK_BUS_SATA>, <&ccu CLK_SATA>;
			resets = <&ccu RST_BUS_SATA>;
			resets-name = "ahci";
			#address-cells = <1>;
			#size-cells = <0>;
			status = "disabled";

		};

		gmac: ethernet@1c50000 {
		gmac: ethernet@1c50000 {
			compatible = "allwinner,sun8i-r40-gmac";
			compatible = "allwinner,sun8i-r40-gmac";
			syscon = <&ccu>;
			syscon = <&ccu>;