Nicolas Ferre | 467f1cf | 2012-01-26 11:59:20 +0100 | [diff] [blame] | 1 | /* |
| 2 | * at91sam9x5cm.dtsi - Device Tree Include file for AT91SAM9x5 CPU Module |
| 3 | * |
| 4 | * Copyright (C) 2012 Atmel, |
| 5 | * 2012 Nicolas Ferre <nicolas.ferre@atmel.com> |
| 6 | * |
| 7 | * Licensed under GPLv2 or later. |
| 8 | */ |
| 9 | |
| 10 | / { |
| 11 | memory@20000000 { |
| 12 | reg = <0x20000000 0x8000000>; |
| 13 | }; |
Jean-Christophe PLAGNIOL-VILLARD | f75622f | 2012-02-23 23:09:41 +0800 | [diff] [blame^] | 14 | |
| 15 | leds { |
| 16 | compatible = "gpio-leds"; |
| 17 | |
| 18 | pb18 { |
| 19 | label = "pb18"; |
| 20 | gpios = <&pioB 18 1>; |
| 21 | linux,default-trigger = "heartbeat"; |
| 22 | }; |
| 23 | |
| 24 | pd21 { |
| 25 | label = "pd21"; |
| 26 | gpios = <&pioD 21 0>; |
| 27 | }; |
| 28 | }; |
Nicolas Ferre | 467f1cf | 2012-01-26 11:59:20 +0100 | [diff] [blame] | 29 | }; |