1 Device-Tree bindings for Atmel's HLCDC (High LCD Controller) MFD driver
4 - compatible: value should be one of the following:
5 "atmel,at91sam9n12-hlcdc"
6 "atmel,at91sam9x5-hlcdc"
10 - reg: base address and size of the HLCDC device registers.
11 - clock-names: the name of the 3 clocks requested by the HLCDC device.
12 Should contain "periph_clk", "sys_clk" and "slow_clk".
13 - clocks: should contain the 3 clocks requested by the HLCDC device.
14 - interrupts: should contain the description of the HLCDC interrupt line
16 The HLCDC IP exposes two subdevices:
17 - a PWM chip: see ../pwm/atmel-hlcdc-pwm.txt
18 - a Display Controller: see ../display/atmel/hlcdc-dc.txt
22 hlcdc: hlcdc@f0030000 {
23 compatible = "atmel,sama5d3-hlcdc";
24 reg = <0xf0030000 0x2000>;
25 clocks = <&lcdc_clk>, <&lcdck>, <&clk32k>;
26 clock-names = "periph_clk","sys_clk", "slow_clk";
27 interrupts = <36 IRQ_TYPE_LEVEL_HIGH 0>;
29 hlcdc-display-controller {
30 compatible = "atmel,hlcdc-display-controller";
31 pinctrl-names = "default";
32 pinctrl-0 = <&pinctrl_lcd_base &pinctrl_lcd_rgb888>;
41 hlcdc_panel_output: endpoint@0 {
43 remote-endpoint = <&panel_input>;
48 hlcdc_pwm: hlcdc-pwm {
49 compatible = "atmel,hlcdc-pwm";
50 pinctrl-names = "default";
51 pinctrl-0 = <&pinctrl_lcd_pwm>;