Path: blob/main/sys/contrib/device-tree/Bindings/display/fsl,dcu.txt
48375 views
Device Tree bindings for Freescale DCU DRM Driver12Required properties:3- compatible: Should be one of4* "fsl,ls1021a-dcu".5* "fsl,vf610-dcu".67- reg: Address and length of the register set for dcu.8- clocks: Handle to "dcu" and "pix" clock (in the order below)9This can be the same clock (e.g. LS1021a)10See ../clocks/clock-bindings.txt for details.11- clock-names: Should be "dcu" and "pix"12See ../clocks/clock-bindings.txt for details.13- big-endian Boolean property, LS1021A DCU registers are big-endian.14- port Video port for the panel output1516Optional properties:17- fsl,tcon: The phandle to the timing controller node.1819Examples:20dcu: dcu@2ce0000 {21compatible = "fsl,ls1021a-dcu";22reg = <0x0 0x2ce0000 0x0 0x10000>;23clocks = <&platform_clk 0>, <&platform_clk 0>;24clock-names = "dcu", "pix";25big-endian;26fsl,tcon = <&tcon>;2728port {29dcu_out: endpoint {30remote-endpoint = <&panel_out>;31};32};33};343536