blob: 6de7a7cd3c078356f842750be75edfd9b807004c [file] [log] [blame]
Thomas Gleixnerf50a7f32019-05-28 09:57:18 -07001// SPDX-License-Identifier: GPL-2.0-only
Jean-Christophe PLAGNIOL-VILLARD5cb4e732012-02-13 00:54:47 +08002/*
3 * at91sam9g20ek.dts - Device Tree file for Atmel at91sam9g20ek board
4 *
5 * Copyright (C) 2012 Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Jean-Christophe PLAGNIOL-VILLARD5cb4e732012-02-13 00:54:47 +08006 */
7/dts-v1/;
Jean-Christophe PLAGNIOL-VILLARD6db64d22013-05-15 01:21:50 +08008#include "at91sam9g20ek_common.dtsi"
Jean-Christophe PLAGNIOL-VILLARD5cb4e732012-02-13 00:54:47 +08009
10/ {
11 model = "Atmel at91sam9g20ek";
12 compatible = "atmel,at91sam9g20ek", "atmel,at91sam9g20", "atmel,at91sam9";
13
14 leds {
15 compatible = "gpio-leds";
16
17 ds1 {
18 label = "ds1";
Jean-Christophe PLAGNIOL-VILLARD92f86292013-04-24 08:34:25 +080019 gpios = <&pioA 9 GPIO_ACTIVE_HIGH>;
Jean-Christophe PLAGNIOL-VILLARD5cb4e732012-02-13 00:54:47 +080020 linux,default-trigger = "heartbeat";
21 };
22
23 ds5 {
24 label = "ds5";
Jean-Christophe PLAGNIOL-VILLARD92f86292013-04-24 08:34:25 +080025 gpios = <&pioA 6 GPIO_ACTIVE_LOW>;
Jean-Christophe PLAGNIOL-VILLARD5cb4e732012-02-13 00:54:47 +080026 };
27 };
28};