From: Peng Ma Date: Wed, 23 Oct 2019 11:07:10 +0000 (+0000) Subject: powerpc: p5040: dts: Add Sata DT nodes X-Git-Url: http://git.dujemihanovic.xyz/login.html?a=commitdiff_plain;h=5799a38ae3f5cbbbc1f3b80eef8643737fe6e21f;p=u-boot.git powerpc: p5040: dts: Add Sata DT nodes This patch is to add sata node for P5040 platform Signed-off-by: Peng Ma Reviewed-by: Priyanka Jain --- diff --git a/arch/powerpc/dts/p5040.dtsi b/arch/powerpc/dts/p5040.dtsi index 8ab123dca4..7b8218acc3 100644 --- a/arch/powerpc/dts/p5040.dtsi +++ b/arch/powerpc/dts/p5040.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@ffe200000 {