nixos-config/config/devterm/cma-overlay.dts

14 lines
186 B
Text
Raw Normal View History

2024-06-27 06:52:51 +00:00
// SPDX-License-Identifier: GPL-2.0
/dts-v1/;
/plugin/;
/ {
2024-06-27 07:58:25 +00:00
compatible = "brcm,bcm2711";
fragment@0 {
target = <&cma>;
__overlay__ {
size = <(384 * 1024 * 1024)>;
};
};
2024-06-27 06:52:51 +00:00
};