From: Peng Ma Date: Wed, 23 Oct 2019 11:07:12 +0000 (+0000) Subject: powerpc: t104x: dts: Add Sata DT nodes X-Git-Tag: v2020.01-rc4~20^2~1 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=5023917db2c3ad24f0a7f20aa461f7d2a35a62f1;p=oweals%2Fu-boot.git powerpc: t104x: dts: Add Sata DT nodes This patch is to add sata node for T104x platform Signed-off-by: Peng Ma Reviewed-by: Priyanka Jain --- diff --git a/arch/powerpc/dts/t104x.dtsi b/arch/powerpc/dts/t104x.dtsi index 59989677a2..fe6cc3cf14 100644 --- a/arch/powerpc/dts/t104x.dtsi +++ b/arch/powerpc/dts/t104x.dtsi @@ -58,6 +58,15 @@ device_type = "open-pic"; clock-frequency = <0x0>; }; + + sata: sata@220000 { + compatible = "fsl,pq-sata-v2"; + reg = <0x220000 0x1000>; + interrupts = <68 0x2 0 0>; + sata-offset = <0x1000>; + sata-number = <2>; + sata-fpdma = <0>; + }; }; pcie@ffe240000 {