30 lines
422 B
Plaintext
30 lines
422 B
Plaintext
/dts-v1/;
|
|
/plugin/;
|
|
|
|
/ {
|
|
|
|
metadata {
|
|
title = "Enable SATA0";
|
|
compatible = "radxa,cm5-io";
|
|
category = "misc";
|
|
exclusive = "combphy0_ps";
|
|
description = "Enable SATA0.\nWhen SATA0 is enabled, PCIe cannot be enabled on the same port.";
|
|
};
|
|
|
|
fragment@0 {
|
|
target = <&pcie2x1l2>;
|
|
|
|
__overlay__ {
|
|
status = "disabled";
|
|
};
|
|
};
|
|
|
|
fragment@1 {
|
|
target = <&sata0>;
|
|
|
|
__overlay__ {
|
|
status = "okay";
|
|
};
|
|
};
|
|
};
|