Path: blob/master/Documentation/devicetree/bindings/display/armada/marvell,dove-lcd.txt
26309 views
Device Tree bindings for Armada DRM CRTC driver12Required properties:3- compatible: value should be "marvell,dove-lcd".4- reg: base address and size of the LCD controller5- interrupts: single interrupt number for the LCD controller6- port: video output port with endpoints, as described by graph.txt78Optional properties:910- clocks: as described by clock-bindings.txt11- clock-names: as described by clock-bindings.txt12"axiclk" - axi bus clock for pixel clock13"plldivider" - pll divider clock for pixel clock14"ext_ref_clk0" - external clock 0 for pixel clock15"ext_ref_clk1" - external clock 1 for pixel clock1617Note: all clocks are optional but at least one must be specified.18Further clocks may be added in the future according to requirements of19different SoCs.2021Example:2223lcd0: lcd-controller@820000 {24compatible = "marvell,dove-lcd";25reg = <0x820000 0x1000>;26interrupts = <47>;27clocks = <&si5351 0>;28clock-names = "ext_ref_clk_1";29};303132