2019-05-19 16:51:34 +03:00
|
|
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
2012-07-05 12:56:09 +04:00
|
|
|
/*
|
|
|
|
* at91sam9g15ek.dts - Device Tree file for AT91SAM9G15-EK board
|
|
|
|
*
|
|
|
|
* Copyright (C) 2012 Atmel,
|
|
|
|
* 2012 Nicolas Ferre <nicolas.ferre@atmel.com>
|
|
|
|
*/
|
|
|
|
/dts-v1/;
|
2013-05-14 21:21:50 +04:00
|
|
|
#include "at91sam9g15.dtsi"
|
2014-07-31 11:37:06 +04:00
|
|
|
#include "at91sam9x5dm.dtsi"
|
2013-05-14 21:21:50 +04:00
|
|
|
#include "at91sam9x5ek.dtsi"
|
2012-07-05 12:56:09 +04:00
|
|
|
|
|
|
|
/ {
|
2013-02-20 20:32:20 +04:00
|
|
|
model = "Atmel AT91SAM9G15-EK";
|
2012-07-05 12:56:09 +04:00
|
|
|
compatible = "atmel,at91sam9g15ek", "atmel,at91sam9x5ek", "atmel,at91sam9x5", "atmel,at91sam9";
|
2014-07-31 11:37:06 +04:00
|
|
|
|
|
|
|
backlight: backlight {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
|
|
|
bl_reg: backlight_regulator {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
|
|
|
panel: panel {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
|
|
|
panel_reg: panel_regulator {
|
|
|
|
status = "okay";
|
|
|
|
};
|
2012-07-05 12:56:09 +04:00
|
|
|
};
|
2019-08-13 00:27:55 +03:00
|
|
|
|
|
|
|
&hlcdc {
|
|
|
|
status = "okay";
|
|
|
|
};
|