summaryrefslogtreecommitdiff
path: root/dts/gs201-tangorpro-dev2.dts
blob: d6286005a58d0d43e57a4c35a82149c2c7e717df (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
// SPDX-License-Identifier: GPL-2.0-only
/*
 * Tangorpro device tree source
 *
 * Copyright 2022 Google,LLC
 */

/dts-v1/;
/plugin/;

#include "gs201-tangorpro-common.dtsi"
#include "gs201-pogo-transport-dev.dtsi"

/ {
	board_id = <0x30701>;
	board_rev = <0x20000>;
	fragment@boardbase {
		target-path="/";
		__overlay__ {
			model = "GS201 TANGORPRO DEV 2.0 based on GS201";
			compatible = "google,GS201 TANGORPRO", "google,GS201";
		};
	};
};

&serial_0 {
	status = "okay";
};