hl201.dts revision 266277
1/*
2 * Hot-e HL-201 - Warner Losh public domain
3 *
4 * $FreeBSD: stable/10/sys/boot/fdt/dts/arm/hl201.dts 266277 2014-05-17 00:53:12Z ian $
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};
45