Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: GPL-2.0-or-later
0002 /*
0003  * at91sam9g15ek.dts - Device Tree file for AT91SAM9G15-EK board
0004  *
0005  *  Copyright (C) 2012 Atmel,
0006  *                2012 Nicolas Ferre <nicolas.ferre@atmel.com>
0007  */
0008 /dts-v1/;
0009 #include "at91sam9g15.dtsi"
0010 #include "at91sam9x5dm.dtsi"
0011 #include "at91sam9x5ek.dtsi"
0012 
0013 / {
0014         model = "Atmel AT91SAM9G15-EK";
0015         compatible = "atmel,at91sam9g15ek", "atmel,at91sam9x5ek", "atmel,at91sam9x5", "atmel,at91sam9";
0016 
0017         backlight: backlight {
0018                 status = "okay";
0019         };
0020 
0021         bl_reg: backlight_regulator {
0022                 status = "okay";
0023         };
0024 
0025         panel: panel {
0026                 status = "okay";
0027         };
0028 
0029         panel_reg: panel_regulator {
0030                 status = "okay";
0031         };
0032 };
0033 
0034 &hlcdc {
0035         status = "okay";
0036 };