// SPDX-License-Identifier: BSD-3-Clause /* * Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved. */ #include "parrot-pm7250b.dtsi" / { qcom,pmic-id-size = <9>; qcom,pmic-id = <0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x2E>; }; &battery_charger { qcom,thermal-mitigation = <3000000 1500000 1000000 500000>; qcom,wireless-charging-not-supported; }; &usb0 { usb-role-switch; extcon = <&eud>; dwc3@a600000 { usb-role-switch; dr_mode = "otg"; }; port { usb_port0: endpoint { remote-endpoint = <&usb_port0_connector>; }; }; }; &ucsi { connector { port { usb_port0_connector: endpoint { remote-endpoint = <&usb_port0>; }; }; }; };