1 Rockchip specific extensions to the Synopsys Designware MIPI DSI
2 ================================
5 - #address-cells: Should be <1>.
6 - #size-cells: Should be <0>.
7 - compatible: "rockchip,rk3288-mipi-dsi", "snps,dw-mipi-dsi".
8 - reg: Represent the physical address range of the controller.
9 - interrupts: Represent the controller's interrupt to the CPU(s).
10 - clocks, clock-names: Phandles to the controller's pll reference
11 clock(ref) and APB clock(pclk), as described in [1].
12 - rockchip,grf: this soc should set GRF regs to mux vopl/vopb.
13 - ports: contain a port node with endpoint definitions as defined in [2].
14 For vopb,set the reg = <0> and set the reg = <1> for vopl.
16 [1] Documentation/devicetree/bindings/clock/clock-bindings.txt
17 [2] Documentation/devicetree/bindings/media/video-interfaces.txt
20 mipi_dsi: mipi@ff960000 {
23 compatible = "rockchip,rk3288-mipi-dsi", "snps,dw-mipi-dsi";
24 reg = <0xff960000 0x4000>;
25 interrupts = <GIC_SPI 83 IRQ_TYPE_LEVEL_HIGH>;
26 clocks = <&cru SCLK_MIPI_24M>, <&cru PCLK_MIPI_DSI0>;
27 clock-names = "ref", "pclk";
28 rockchip,grf = <&grf>;
39 mipi_in_vopb: endpoint@0 {
41 remote-endpoint = <&vopb_out_mipi>;
43 mipi_in_vopl: endpoint@1 {
45 remote-endpoint = <&vopl_out_mipi>;
51 compatible ="boe,tv080wum-nl0";
54 enable-gpios = <&gpio7 3 GPIO_ACTIVE_HIGH>;
55 pinctrl-names = "default";
56 pinctrl-0 = <&lcd_en>;
57 backlight = <&backlight>;