]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - sys/gnu/dts/arm/at91sam9x5_lcd.dtsi
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.git] / sys / gnu / dts / arm / at91sam9x5_lcd.dtsi
1 /*
2  * at91sam9x5_lcd.dtsi - Device Tree Include file for AT91SAM9x5 SoC with an
3  * LCD controller.
4  *
5  * Copyright (C) 2013 Boris BREZILLON <b.brezillon@overkiz.com>
6  *
7  * Licensed under GPLv2.
8  */
9
10 #include <dt-bindings/pinctrl/at91.h>
11 #include <dt-bindings/interrupt-controller/irq.h>
12
13 / {
14         ahb {
15                 apb {
16                         pmc: pmc@fffffc00 {
17                                 periphck {
18                                         lcdc_clk: lcdc_clk {
19                                                 #clock-cells = <0>;
20                                                 reg = <25>;
21                                         };
22                                 };
23                         };
24                 };
25         };
26 };