summaryrefslogtreecommitdiffstats
path: root/sys/boot/fdt/dts/arm/hl201.dts
blob: 1566b30f8f964c9d0484a4542744c433db627d9f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
/*
 * Hot-e HL-201 - Warner Losh public domain
 *
 * $FreeBSD$
 */
/dts-v1/;

/*
 * The following is a white lie. The HL-201 is a stripped down version of
 * the SAM9G20EK board with a video output chip.
 */
#include "at91sam9g20ek_common.dtsi"

/ {
	model = "Thinlinx HL201";
	compatible = "thinlinx,hl201", "atmel,at91sam9g20ek", "atmel,at91sam9g20", "atmel,at91sam9";

	leds {
		compatible = "gpio-leds";

		ds1 {
			label = "ds1";
			gpios = <&pioA 9 0>;
			linux,default-trigger = "heartbeat";
		};

		ds5 {
			label = "ds5";
			gpios = <&pioA 6 1>;
		};
	};

	/* Missing: one wire serial number, video chip */

	aliases {
		dbgu = &dbgu;
	};


	chosen {
		stdin = "dbgu";
		stdout = "dbgu";
	};
};
OpenPOWER on IntegriCloud