提交 9f6b5728 编写于 作者: B Bartosz Golaszewski 提交者: Tony Lindgren

ARM: dts: dm8168-evm: add SATA node

Add the SATA controller node to the dm8168-evm device tree.
Signed-off-by: NBartosz Golaszewski <bgolaszewski@baylibre.com>
Signed-off-by: NTony Lindgren <tony@atomide.com>
上级 69dfc190
...@@ -179,3 +179,7 @@ ...@@ -179,3 +179,7 @@
pinctrl-0 = <&usb1_pins>; pinctrl-0 = <&usb1_pins>;
mentor,multipoint = <0>; mentor,multipoint = <0>;
}; };
&sata {
clocks = <&sysclk5_ck>, <&sata_refclk>;
};
...@@ -293,6 +293,13 @@ ...@@ -293,6 +293,13 @@
phy-handle = <&phy1>; phy-handle = <&phy1>;
}; };
sata: sata@4a140000 {
compatible = "ti,dm816-ahci";
reg = <0x4a140000 0x10000>;
interrupts = <16>;
ti,hwmods = "sata";
};
mcspi1: spi@48030000 { mcspi1: spi@48030000 {
compatible = "ti,omap4-mcspi"; compatible = "ti,omap4-mcspi";
reg = <0x48030000 0x1000>; reg = <0x48030000 0x1000>;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册