Files
CoolPi-Armbian-Rockchip-RK3…/arch/arm64/boot/dts/rockchip/overlay/rock-5a-sata.dts
2025-02-04 12:41:12 -06:00

30 lines
423 B
Plaintext

/dts-v1/;
/plugin/;
/ {
metadata {
title = "Enable SATA0";
compatible = "radxa,rock-5a";
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";
};
};
};