HardenedBSD/sys/dts/arm64/overlays/rk3399-sdhci-disable.dtso
Emmanuel Vadot eb09408085 arm64: rockchip: Add some DTSO to disable sd/mmc
This helps during developement to reduce the number of mmc controller.
2021-05-13 18:15:31 +02:00

11 lines
108 B
Plaintext

/dts-v1/;
/plugin/;
/ {
compatible = "rockchip,rk3399";
};
&{/sdhci@fe330000} {
status = "disabled";
};