]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - sys/boot/fdt/dts/arm/hl201.dts
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.git] / sys / boot / fdt / dts / arm / hl201.dts
1 /*
2  * Hot-e HL-201 - Warner Losh public domain
3  *
4  * $FreeBSD$
5  */
6 /dts-v1/;
7
8 /*
9  * The following is a white lie. The HL-201 is a stripped down version of
10  * the SAM9G20EK board with a video output chip.
11  */
12 #include "at91sam9g20ek_common.dtsi"
13
14 / {
15         model = "Thinlinx HL201";
16         compatible = "thinlinx,hl201", "atmel,at91sam9g20ek", "atmel,at91sam9g20", "atmel,at91sam9";
17
18         leds {
19                 compatible = "gpio-leds";
20
21                 ds1 {
22                         label = "ds1";
23                         gpios = <&pioA 9 0>;
24                         linux,default-trigger = "heartbeat";
25                 };
26
27                 ds5 {
28                         label = "ds5";
29                         gpios = <&pioA 6 1>;
30                 };
31         };
32
33         /* Missing: one wire serial number, video chip */
34
35         aliases {
36                 dbgu = &dbgu;
37         };
38
39
40         chosen {
41                 stdin = "dbgu";
42                 stdout = "dbgu";
43         };
44 };