summaryrefslogtreecommitdiff
path: root/r11_dev2_btwifi_overlay.dts
blob: fb86a2a06b7204033417ceb499bba2cafad43a0e (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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
/*
 * 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 = <0x010201>;
	board_rev = <0x010100>;

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

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

&pat9150 {
	status = "ok";
};

&dev2_cs40l25 {
	status = "ok";
};

&dev2_hl6111 {
	status = "ok";
};

&raydium {
	status = "ok";
};

&sensorhub_spi0 {
	status = "ok";
};

&ese_spi4 {
	status = "ok";
};

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

&cpif {
	status = "disabled";
};

&cp_mailbox {
	status = "disabled";
};

&cp_shmem {
	status = "disabled";
};

&cp_rmem {
	status = "disabled";
};

&abox {
	samsung,abox-bootargs = "init=ab0x vss=0";
};

&abox_vss {
	status = "disabled";
};