1/*
2 * Copyright (c) 2023 Nordic Semiconductor ASA
3 * SPDX-License-Identifier: Apache-2.0
4 */
5
6/****************************************
7 * PLEASE KEEP REG ADDRESSES SEQUENTIAL *
8 ***************************************/
9
10pca9420@0 {
11	compatible = "nxp,pca9420";
12	reg = <0x0>;
13
14	BUCK1 {};
15	BUCK2 {};
16	LDO1 {};
17	LDO2 {};
18};
19
20npm6001@1 {
21	compatible = "nordic,npm6001";
22	reg = <0x1>;
23
24	regulators {
25		compatible = "nordic,npm6001-regulator";
26
27		BUCK0 {};
28		BUCK1 {};
29		BUCK2 {};
30		BUCK3 {};
31		LDO0 {};
32		LDO1 {};
33	};
34};
35
36npm1300@2 {
37	compatible = "nordic,npm1300";
38	reg = <0x2>;
39
40	regulators {
41		compatible = "nordic,npm1300-regulator";
42
43		BUCK1 {};
44		BUCK2 {};
45		LDO1 {};
46		LDO2 {};
47	};
48};
49
50apd356x@3 {
51	compatible = "adi,adp5360";
52	reg = <0x3>;
53
54	regulators {
55		compatible = "adi,adp5360-regulator";
56
57		BUCK {};
58		BUCKBOOST {};
59	};
60};
61
62axp192@4 {
63	compatible = "x-powers,axp192";
64	reg = <0x4>;
65
66	regulators {
67		compatible = "x-powers,axp192-regulator";
68
69		DCDC1 {};
70		DCDC2 {};
71		DCDC3 {};
72		LDOIO0 {};
73		LDO1 {};
74		LDO2 {};
75		LDO3 {};
76	};
77};
78
79max20335@5 {
80	compatible = "maxim,max20335";
81	reg = <0x5>;
82
83	regulators {
84		compatible = "maxim,max20335-regulator";
85
86		BUCK1 {};
87		BUCK2 {};
88		LDO1 {};
89		LDO2 {};
90		LDO3 {};
91	};
92};
93
94cp9314@6 {
95	compatible = "cirrus,cp9314";
96	reg = <0x6>;
97
98	cirrus,initial-switched-capacitor-mode = "2:1";
99};
100
101mpm54304@7 {
102	compatible = "mps,mpm54304";
103	reg = <0x7>;
104
105	BUCK1 {};
106	BUCK2 {};
107	BUCK3 {};
108	BUCK4 {};
109};
110
111npm2100@8 {
112	compatible = "nordic,npm2100";
113	reg = <0x8>;
114
115	regulators {
116		compatible = "nordic,npm2100-regulator";
117
118		BOOST {};
119		LDOSW {};
120	};
121};
122