ARM: dts: da850-evm: Enable SATA port

The DA850-EVM from Logic PD has a SATA port and the module that went
with the kit supports it as well. This patch enables SATA controller.

Signed-off-by: Adam Ford <aford173@gmail.com>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
This commit is contained in:
Adam Ford 2018-05-18 15:43:39 -05:00 committed by Sekhar Nori
parent ce397d215c
commit 4be9e67329

View File

@ -93,6 +93,10 @@ nand_pins: nand_pins {
};
};
&sata {
status = "okay";
};
&serial0 {
status = "okay";
};