mirror of
https://github.com/torvalds/linux.git
synced 2024-12-29 06:12:08 +00:00
f75622f467
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
30 lines
476 B
Plaintext
30 lines
476 B
Plaintext
/*
|
|
* at91sam9x5cm.dtsi - Device Tree Include file for AT91SAM9x5 CPU Module
|
|
*
|
|
* Copyright (C) 2012 Atmel,
|
|
* 2012 Nicolas Ferre <nicolas.ferre@atmel.com>
|
|
*
|
|
* Licensed under GPLv2 or later.
|
|
*/
|
|
|
|
/ {
|
|
memory@20000000 {
|
|
reg = <0x20000000 0x8000000>;
|
|
};
|
|
|
|
leds {
|
|
compatible = "gpio-leds";
|
|
|
|
pb18 {
|
|
label = "pb18";
|
|
gpios = <&pioB 18 1>;
|
|
linux,default-trigger = "heartbeat";
|
|
};
|
|
|
|
pd21 {
|
|
label = "pd21";
|
|
gpios = <&pioD 21 0>;
|
|
};
|
|
};
|
|
};
|