summaryrefslogtreecommitdiff
path: root/overlays/apalis-imx6_parallel-rgb_overlay.dts
blob: b8eacde791f95295e7428570525aa429342bbbe3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Enable the parallel RGB interface on the Apalis iMX6Q. Make sure to also select a valid display configuration.

/dts-v1/;
/plugin/;

/ {
        compatible = "toradex,apalis_imx6q";
        fragment@0 {
                target-path = "/disp0";
                __overlay__ {
                        status = "okay";
                };
        };
};