Skip to content
Snippets Groups Projects
Commit 115ba17f authored by Kefeng Wang's avatar Kefeng Wang Committed by Andrey Konovalov
Browse files

ARM: dts: add sata device node


Add sata device node for hisi hip04 soc.

Signed-off-by: default avatarKefeng Wang <kefeng.wang@linaro.org>
parent ebff48d3
No related branches found
No related tags found
No related merge requests found
......@@ -122,5 +122,11 @@
reg-shift = <2>;
status = "disabled";
};
sata@a000000 {
compatible = "hisilicon,hisi-ahci";
reg = <0xa000000 0x1000000>;
interrupts = <0 372 4>;
};
};
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment