1Synopsys DesignWare MIPI DSI host controller 2============================================ 3 4This document defines device tree properties for the Synopsys DesignWare MIPI 5DSI host controller. It doesn't constitue a device tree binding specification 6by itself but is meant to be referenced by platform-specific device tree 7bindings. 8 9When referenced from platform device tree bindings the properties defined in 10this document are defined as follows. The platform device tree bindings are 11responsible for defining whether each optional property is used or not. 12 13- reg: Memory mapped base address and length of the DesignWare MIPI DSI 14 host controller registers. (mandatory) 15 16- clocks: References to all the clocks specified in the clock-names property 17 as specified in [1]. (mandatory) 18 19- clock-names: 20 - "pclk" is the peripheral clock for either AHB and APB. (mandatory) 21 - "px_clk" is the pixel clock for the DPI/RGB input. (optional) 22 23- resets: References to all the resets specified in the reset-names property 24 as specified in [2]. (optional) 25 26- reset-names: string reset name, must be "apb" if used. (optional) 27 28- panel or bridge node: see [3]. (mandatory) 29 30[1] Documentation/devicetree/bindings/clock/clock-bindings.txt 31[2] Documentation/devicetree/bindings/reset/reset.txt 32[3] Documentation/devicetree/bindings/display/mipi-dsi-bus.txt 33