/* * at91sam9x5_lcd.dtsi - Device Tree Include file for AT91SAM9x5 SoC with an * LCD controller. * * Copyright (C) 2013 Boris BREZILLON * * Licensed under GPLv2. */ #include #include / { ahb { apb { hlcdc: hlcdc@f8038000 { compatible = "atmel,at91sam9x5-hlcdc"; reg = <0xf8038000 0x4000>; interrupts = <25 IRQ_TYPE_LEVEL_HIGH 0>; clocks = <&pmc PMC_TYPE_PERIPHERAL 25>, <&pmc PMC_TYPE_SYSTEM 3>, <&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@fffff400 { 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_rgb888: lcd-rgb-3 { atmel,pins = ; /* LCDD23 pin */ }; }; }; }; }; };