14 lines
205 B
Text
14 lines
205 B
Text
|
// SPDX-License-Identifier: GPL-2.0
|
||
|
/dts-v1/;
|
||
|
/plugin/;
|
||
|
|
||
|
/ {
|
||
|
compatible = "brcm,bcm2711";
|
||
|
|
||
|
fragment@0 {
|
||
|
target = <&cma>;
|
||
|
__overlay__ {
|
||
|
size = <(384 * 1024 * 1024)>;
|
||
|
};
|
||
|
};
|
||
|
};
|