RK3588-edge: add SATA1 overlay for rock5b

This commit is contained in:
Lane Jennison
2024-01-08 01:57:50 +00:00
committed by Igor
parent 9c75c86a54
commit 6c5ea26897
2 changed files with 21 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
# SPDX-License-Identifier: GPL-2.0
dtbo-$(CONFIG_ARCH_ROCKCHIP) += \
rockchip-rk3588-sata1.dtbo \
rockchip-rk3588-sata2.dtbo
targets += $(dtbo-y)

View File

@@ -0,0 +1,20 @@
/dts-v1/;
/plugin/;
/ {
fragment@0 {
target = <&pcie2x1l0>;
__overlay__ {
status = "disabled";
};
};
fragment@1 {
target = <&sata1>;
__overlay__ {
status = "okay";
};
};
};