Skip to content
Snippets Groups Projects
Commit 7ab29a3b authored by Abel Vesa's avatar Abel Vesa
Browse files

arm64: dts: qcom: Add SMB2360 pmic dtsi


Add nodes for SMB2360 in separate dtsi file.
Also add the eUSB2 repeater nodes.

Signed-off-by: default avatarAbel Vesa <abel.vesa@linaro.org>
parent 66f31ddf
No related merge requests found
// SPDX-License-Identifier: BSD-3-Clause
/*
* Copyright (c) 2022, Linaro Limited
*/
#include <dt-bindings/interrupt-controller/irq.h>
#include <dt-bindings/spmi/spmi.h>
/ {
};
&spmi1_bus {
smb2360h: pmic@7 {
compatible = "qcom,sm2360", "qcom,spmi-pmic";
reg = <0x7 SPMI_USID>;
#address-cells = <1>;
#size-cells = <0>;
smb2360_1_eusb2_repeater: phy@fd00 {
compatible = "qcom,smb2360-eusb2-repeater";
reg = <0xfd00>;
#phy-cells = <0>;
};
};
smb2360k: pmic@a {
compatible = "qcom,sm2360", "qcom,spmi-pmic";
reg = <0xa SPMI_USID>;
#address-cells = <1>;
#size-cells = <0>;
smb2360_2_eusb2_repeater: phy@fd00 {
compatible = "qcom,smb2360-eusb2-repeater";
reg = <0xfd00>;
#phy-cells = <0>;
};
};
smb2360l: pmic@b {
compatible = "qcom,sm2360", "qcom,spmi-pmic";
reg = <0xb SPMI_USID>;
#address-cells = <1>;
#size-cells = <0>;
smb2360_3_eusb2_repeater: phy@fd00 {
compatible = "qcom,smb2360-eusb2-repeater";
reg = <0xfd00>;
#phy-cells = <0>;
};
};
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment