1
0
Fork 0

devicetree: xilinx: zynqmp: add sata node

add sata node with sata fixed clock nodes in dtsi file.
enable sata in zynqmp-ep108.dts with broken-gen2.

Signed-off-by: Suneel Garapati <suneel.garapati@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
hifive-unleashed-5.1
Suneel Garapati 2015-06-10 15:46:56 +05:30 committed by Michal Simek
parent d770e558e2
commit 8fae442f88
2 changed files with 20 additions and 0 deletions

View File

@ -42,6 +42,11 @@
};
};
&sata {
status = "okay";
ceva,broken-gen2;
};
&uart0 {
status = "okay";
};

View File

@ -272,6 +272,21 @@
#size-cells = <0>;
};
sata_clk: sata_clk {
compatible = "fixed-clock";
#clock-cells = <0>;
clock-frequency = <75000000>;
};
sata: ahci@fd0c0000 {
compatible = "ceva,ahci-1v84";
status = "disabled";
reg = <0x0 0xfd0c0000 0x2000>;
interrupt-parent = <&gic>;
interrupts = <0 133 4>;
clocks = <&sata_clk>;
};
sdhci0: sdhci@ff160000 {
compatible = "arasan,sdhci-8.9a";
status = "disabled";