summaryrefslogtreecommitdiff
path: root/r11_dev2_no_nfc_overlay.dts
blob: 58a0228a427c48fbfef72333c3fdff0c649e2f64 (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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
/*
 * Google R11 DTSO file
 *
 * Copyright 2020 Google LLC
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
 * only version 2 as published by the Free Software Foundation.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 */

/dts-v1/;
/plugin/;

#include <dt-bindings/clock/exynos9110.h>
#include <dt-bindings/interrupt-controller/arm-gic.h>
#include <dt-bindings/interrupt-controller/exynos9110.h>

#include "r11_dev2_battery.dtsi"
#include "r11_proto1_sound.dtsi"
#include "r11_proto1_speaker.dtsi"

/ {
	compatible = "google,r11";
	board_id = <0x010101>;
	board_rev = <0x010101>;

	fragment@common {
		target-path = "/";
		__overlay__ {
			model = "Google R11 Dev2 no NFC";
		};
	};
};

&panel_0 {
	ddi_id = <0x2>;
	lcd_info = <&hb120blx01>;
};

&pat9150 {
	status = "ok";
};

&exynos_rtc {
	status = "ok";
};

&dev2_cs40l25 {
	status = "ok";
};

&dev2_hl6111 {
	status = "ok";
};

&raydium {
	status = "ok";
};

&sensorhub_spi0 {
	status = "ok";
};

&st21nfc {
	status = "disabled";
};

&ldo22_reg {
	regulator-always-on;
	regulator-initial-mode = <3>;
};