0001 // SPDX-License-Identifier: GPL-2.0-only
0002 /*
0003 * at91sam9g20ek.dts - Device Tree file for Atmel at91sam9g20ek board
0004 *
0005 * Copyright (C) 2012 Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
0006 */
0007 /dts-v1/;
0008 #include "at91sam9g20ek_common.dtsi"
0009
0010 / {
0011 model = "Atmel at91sam9g20ek";
0012 compatible = "atmel,at91sam9g20ek", "atmel,at91sam9g20", "atmel,at91sam9";
0013
0014 leds {
0015 compatible = "gpio-leds";
0016
0017 ds1 {
0018 label = "ds1";
0019 gpios = <&pioA 9 GPIO_ACTIVE_HIGH>;
0020 linux,default-trigger = "heartbeat";
0021 };
0022
0023 ds5 {
0024 label = "ds5";
0025 gpios = <&pioA 6 GPIO_ACTIVE_LOW>;
0026 };
0027 };
0028 };