blob: 04301f772fbda8e0005d5627fd2ebc73a6b4f100 [file] [log] [blame]
Tom Rini762f85b2024-07-20 11:15:10 -06001// SPDX-License-Identifier: BSD-3-Clause
2/*
3 * Copyright (c) 2024, Linaro Limited
4 */
5
6#include <dt-bindings/interrupt-controller/irq.h>
7#include <dt-bindings/spmi/spmi.h>
8
9/ {
10};
11
12&spmi_bus1 {
13 smb2360_0: pmic@7 {
14 compatible = "qcom,smb2360", "qcom,spmi-pmic";
15 reg = <0x7 SPMI_USID>;
16 #address-cells = <1>;
17 #size-cells = <0>;
18
19 smb2360_0_eusb2_repeater: phy@fd00 {
20 compatible = "qcom,smb2360-eusb2-repeater";
21 reg = <0xfd00>;
22 #phy-cells = <0>;
23 };
24 };
25
26 smb2360_1: pmic@a {
27 compatible = "qcom,smb2360", "qcom,spmi-pmic";
28 reg = <0xa SPMI_USID>;
29 #address-cells = <1>;
30 #size-cells = <0>;
31
32 smb2360_1_eusb2_repeater: phy@fd00 {
33 compatible = "qcom,smb2360-eusb2-repeater";
34 reg = <0xfd00>;
35 #phy-cells = <0>;
36 };
37 };
38
39 smb2360_2: pmic@b {
40 compatible = "qcom,smb2360", "qcom,spmi-pmic";
41 reg = <0xb SPMI_USID>;
42 #address-cells = <1>;
43 #size-cells = <0>;
44
45 smb2360_2_eusb2_repeater: phy@fd00 {
46 compatible = "qcom,smb2360-eusb2-repeater";
47 reg = <0xfd00>;
48 #phy-cells = <0>;
49 };
50 };
51};