43 lines
806 B
Plaintext
43 lines
806 B
Plaintext
# 1 "/home/rdkartono/raspberry-vanilla/kernelsu-5.15-07062024/common/arch/arm64/boot/dts/overlays/dpi24-overlay.dts"
|
|
# 1 "<built-in>" 1
|
|
# 1 "/home/rdkartono/raspberry-vanilla/kernelsu-5.15-07062024/common/arch/arm64/boot/dts/overlays/dpi24-overlay.dts" 2
|
|
/dts-v1/;
|
|
/plugin/;
|
|
|
|
/{
|
|
compatible = "brcm,bcm2835";
|
|
|
|
|
|
|
|
|
|
|
|
fragment@0 {
|
|
target = <&fb>;
|
|
__overlay__ {
|
|
pinctrl-names = "default";
|
|
pinctrl-0 = <&dpi24_pins>;
|
|
};
|
|
};
|
|
|
|
fragment@1 {
|
|
target = <&vc4>;
|
|
__overlay__ {
|
|
pinctrl-names = "default";
|
|
pinctrl-0 = <&dpi24_pins>;
|
|
};
|
|
};
|
|
|
|
fragment@2 {
|
|
target = <&gpio>;
|
|
__overlay__ {
|
|
dpi24_pins: dpi24_pins {
|
|
brcm,pins = <0 1 2 3 4 5 6 7 8 9 10 11
|
|
12 13 14 15 16 17 18 19 20
|
|
21 22 23 24 25 26 27>;
|
|
brcm,function = <6>;
|
|
brcm,pull = <0>;
|
|
};
|
|
};
|
|
};
|
|
};
|