mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-01-31 15:22:18 +00:00
27 lines
353 B
Plaintext
27 lines
353 B
Plaintext
/*
|
|
* dpi18cpadhi-overlay.dts
|
|
*/
|
|
|
|
/dts-v1/;
|
|
/plugin/;
|
|
|
|
/{
|
|
compatible = "brcm,bcm2835";
|
|
|
|
fragment@0 {
|
|
target = <&fb>;
|
|
__overlay__ {
|
|
pinctrl-names = "default";
|
|
pinctrl-0 = <&dpi_18bit_cpadhi_gpio0>;
|
|
};
|
|
};
|
|
|
|
fragment@1 {
|
|
target = <&vc4>;
|
|
__overlay__ {
|
|
pinctrl-names = "default";
|
|
pinctrl-0 = <&dpi_18bit_cpadhi_gpio0>;
|
|
};
|
|
};
|
|
};
|