ARM: dts: dm8168-evm: add SATA node

Add the SATA controller node to the dm8168-evm device tree.

Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
This commit is contained in:
Bartosz Golaszewski 2017-03-14 12:14:14 +01:00 committed by Tony Lindgren
parent 69dfc190c4
commit 9f6b5728ba
2 changed files with 11 additions and 0 deletions

View File

@ -179,3 +179,7 @@
pinctrl-0 = <&usb1_pins>;
mentor,multipoint = <0>;
};
&sata {
clocks = <&sysclk5_ck>, <&sata_refclk>;
};

View File

@ -293,6 +293,13 @@
phy-handle = <&phy1>;
};
sata: sata@4a140000 {
compatible = "ti,dm816-ahci";
reg = <0x4a140000 0x10000>;
interrupts = <16>;
ti,hwmods = "sata";
};
mcspi1: spi@48030000 {
compatible = "ti,omap4-mcspi";
reg = <0x48030000 0x1000>;