/* * sama5d3_lcd.dtsi - Device Tree Include file for SAMA5D3 SoC with * LCD support * * Copyright (C) 2013 Boris BREZILLON * * Licensed under GPLv2. */ #include #include / { ahb { apb { hlcdc: hlcdc@f0030000 { compatible = "atmel,sama5d3-hlcdc"; reg = <0xf0030000 0x2000>; interrupts = <36 IRQ_TYPE_LEVEL_HIGH 0>; clocks = <&lcdc_clk>, <&lcdck>, <&clk32k>; clock-names = "periph_clk","sys_clk", "slow_clk"; status = "disabled"; hlcdc-display-controller { compatible = "atmel,hlcdc-display-controller"; #address-cells = <1>; #size-cells = <0>; port@0 { #address-cells = <1>; #size-cells = <0>; reg = <0>; }; }; hlcdc_pwm: hlcdc-pwm { compatible = "atmel,hlcdc-pwm"; pinctrl-names = "default"; pinctrl-0 = <&pinctrl_lcd_pwm>; #pwm-cells = <3>; }; }; pinctrl@fffff200 { lcd { pinctrl_lcd_base: lcd-base-0 { atmel,pins = ; /* LCDPCK */ }; pinctrl_lcd_pwm: lcd-pwm-0 { atmel,pins = ; /* LCDPWM */ }; pinctrl_lcd_rgb444: lcd-rgb-0 { atmel,pins = ; /* LCDD11 pin */ }; pinctrl_lcd_rgb565: lcd-rgb-1 { atmel,pins = ; /* LCDD15 pin */ }; pinctrl_lcd_rgb666: lcd-rgb-2 { atmel,pins = ; /* LCDD17 pin */ }; pinctrl_lcd_rgb666_alt: lcd-rgb-2-alt { atmel,pins = ; /* LCDD17 pin */ }; pinctrl_lcd_rgb888: lcd-rgb-3 { atmel,pins = ; /* LCDD23 pin */ }; pinctrl_lcd_rgb888_alt: lcd-rgb-3-alt { atmel,pins = ; /* LCDD23 pin */ }; }; }; pmc: pmc@fffffc00 { periphck { lcdc_clk: lcdc_clk { #clock-cells = <0>; reg = <36>; }; }; systemck { lcdck: lcdck { #clock-cells = <0>; reg = <3>; clocks = <&mck>; }; }; }; }; }; };