summaryrefslogtreecommitdiff
path: root/dts/gs101-bluejay-pmic.dtsi
blob: ee7a2df125ac297736e81216c7c3113d0a35bcb6 (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
// SPDX-License-Identifier: GPL-2.0-only
/*
 * Bluejay pmic settings.
 *
 * Copyright 2021 Google,LLC
 */

&s_ldo5_reg {
	/* Enabled for MAG */
	regulator-always-on;
	regulator-initial-mode = <3>;
};

/* VSYS_PWR_DISPLAY */
&ch2 {
        rail-name = "VSEN_C1";
};

/* L15M_VDD_SLC_M */
&ch3 {
        rail-name = "LDO15M";
};

/* L9S_GNSS_CORE */
&ch9 {
        rail-name = "LDO9S";
};

/* L8S_UFS_VCCQ */
&ch16 {
        rail-name = "LDO8S";
};

&m_ext1_rail {
        schematic-name = "VSYS_PWR_DISPLAY";
        subsys-name = "Display";
};

&m_ext2_rail {
        schematic-name = "VSEN_C2_NC";
        subsys-name = "Spare";
};

&m_ext3_rail {
        schematic-name = "VSEN_C3_NC";
        subsys-name = "Spare";
};

&s_ext4_rail {
        schematic-name = "VSEN_C4_NC";
        subsys-name = "Spare";
};

&s_ext5_rail {
        schematic-name = "VSEN_C5_NC";
        subsys-name = "Spare";
};

&s_ext6_rail {
        schematic-name = "VSEN_C6_NC";
        subsys-name = "Spare";
};