summaryrefslogtreecommitdiff
path: root/dts/gs201-lynx-proto1_0.dts
blob: f49abc95e10cd5a6b6aa79816341d00851c5674f (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
// SPDX-License-Identifier: GPL-2.0-only
/*
 * Lynx device tree source
 *
 * Copyright 2021 Google,LLC
 */

/dts-v1/;
/plugin/;

#include "gs201-lynx-common.dtsi"
#include "gs201-lynx-camera-proto.dtsi"
#include "gs201-lynx-touch.dtsi"

/ {
	board_id = <0x30502>;
	board_rev = <0x10000>;
	fragment@boardbase {
		target-path="/";
		__overlay__ {
			model = "GS201 LYNX PROTO 1.0 based on GS201";
			compatible = "google,GS201 LYNX", "google,GS201";
		};
	};
};

&serial_0 {
	status = "okay";
};