/* * at91sama5d3_lcd.dtsi - Device Tree Include file for AT91SAM9x5 SoC with * LCD support * * Copyright (C) 2013 Boris BREZILLON * * Licensed under GPLv2. */ #include #include / { ahb { apb { pinctrl@fffff200 { lcd { pinctrl_lcd: lcd-0 { atmel,pins = ; /* PE28 periph C 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>; }; }; }; }; }; };