mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-01-31 23:32:17 +00:00
19 lines
180 B
Plaintext
19 lines
180 B
Plaintext
/*
|
|
* pcie-32bit-dma-overlay.dts
|
|
*/
|
|
|
|
/dts-v1/;
|
|
/plugin/;
|
|
|
|
/ {
|
|
compatible = "brcm,bcm2711";
|
|
|
|
fragment@0 {
|
|
target-path = "/aliases";
|
|
__overlay__ {
|
|
pcie0 = "";
|
|
};
|
|
};
|
|
|
|
};
|