xref: /freebsd-src/sys/contrib/device-tree/src/arm/microchip/at91sam9g15ek.dts (revision f126890ac5386406dadf7c4cfa9566cbb56537c5)
1*f126890aSEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0-or-later
2*f126890aSEmmanuel Vadot/*
3*f126890aSEmmanuel Vadot * at91sam9g15ek.dts - Device Tree file for AT91SAM9G15-EK board
4*f126890aSEmmanuel Vadot *
5*f126890aSEmmanuel Vadot *  Copyright (C) 2012 Atmel,
6*f126890aSEmmanuel Vadot *                2012 Nicolas Ferre <nicolas.ferre@atmel.com>
7*f126890aSEmmanuel Vadot */
8*f126890aSEmmanuel Vadot/dts-v1/;
9*f126890aSEmmanuel Vadot#include "at91sam9g15.dtsi"
10*f126890aSEmmanuel Vadot#include "at91sam9x5dm.dtsi"
11*f126890aSEmmanuel Vadot#include "at91sam9x5ek.dtsi"
12*f126890aSEmmanuel Vadot
13*f126890aSEmmanuel Vadot/ {
14*f126890aSEmmanuel Vadot	model = "Atmel AT91SAM9G15-EK";
15*f126890aSEmmanuel Vadot	compatible = "atmel,at91sam9g15ek", "atmel,at91sam9x5ek", "atmel,at91sam9x5", "atmel,at91sam9";
16*f126890aSEmmanuel Vadot
17*f126890aSEmmanuel Vadot	backlight: backlight {
18*f126890aSEmmanuel Vadot		status = "okay";
19*f126890aSEmmanuel Vadot	};
20*f126890aSEmmanuel Vadot
21*f126890aSEmmanuel Vadot	bl_reg: backlight_regulator {
22*f126890aSEmmanuel Vadot		status = "okay";
23*f126890aSEmmanuel Vadot	};
24*f126890aSEmmanuel Vadot
25*f126890aSEmmanuel Vadot	panel: panel {
26*f126890aSEmmanuel Vadot		status = "okay";
27*f126890aSEmmanuel Vadot	};
28*f126890aSEmmanuel Vadot
29*f126890aSEmmanuel Vadot	panel_reg: panel_regulator {
30*f126890aSEmmanuel Vadot		status = "okay";
31*f126890aSEmmanuel Vadot	};
32*f126890aSEmmanuel Vadot};
33*f126890aSEmmanuel Vadot
34*f126890aSEmmanuel Vadot&hlcdc {
35*f126890aSEmmanuel Vadot	status = "okay";
36*f126890aSEmmanuel Vadot};
37