xref: /freebsd-src/sys/contrib/device-tree/src/arm/microchip/at91sam9g20ek.dts (revision f126890ac5386406dadf7c4cfa9566cbb56537c5)
1*f126890aSEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0-only
2*f126890aSEmmanuel Vadot/*
3*f126890aSEmmanuel Vadot * at91sam9g20ek.dts - Device Tree file for Atmel at91sam9g20ek board
4*f126890aSEmmanuel Vadot *
5*f126890aSEmmanuel Vadot * Copyright (C) 2012 Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6*f126890aSEmmanuel Vadot */
7*f126890aSEmmanuel Vadot/dts-v1/;
8*f126890aSEmmanuel Vadot#include "at91sam9g20ek_common.dtsi"
9*f126890aSEmmanuel Vadot
10*f126890aSEmmanuel Vadot/ {
11*f126890aSEmmanuel Vadot	model = "Atmel at91sam9g20ek";
12*f126890aSEmmanuel Vadot	compatible = "atmel,at91sam9g20ek", "atmel,at91sam9g20", "atmel,at91sam9";
13*f126890aSEmmanuel Vadot
14*f126890aSEmmanuel Vadot	leds {
15*f126890aSEmmanuel Vadot		compatible = "gpio-leds";
16*f126890aSEmmanuel Vadot
17*f126890aSEmmanuel Vadot		ds1 {
18*f126890aSEmmanuel Vadot			label = "ds1";
19*f126890aSEmmanuel Vadot			gpios = <&pioA 9 GPIO_ACTIVE_HIGH>;
20*f126890aSEmmanuel Vadot			linux,default-trigger = "heartbeat";
21*f126890aSEmmanuel Vadot		};
22*f126890aSEmmanuel Vadot
23*f126890aSEmmanuel Vadot		ds5 {
24*f126890aSEmmanuel Vadot			label = "ds5";
25*f126890aSEmmanuel Vadot			gpios = <&pioA 6 GPIO_ACTIVE_LOW>;
26*f126890aSEmmanuel Vadot		};
27*f126890aSEmmanuel Vadot	};
28*f126890aSEmmanuel Vadot};
29