55 lines
1.2 KiB
Devicetree
55 lines
1.2 KiB
Devicetree
/*
|
|
* Copyright (c) 2018-2019, The Linux Foundation. All rights reserved.
|
|
*
|
|
* This program is free software; you can redistribute it and/or modify
|
|
* it under the terms of the GNU General Public License version 2 and
|
|
* only version 2 as published by the Free Software Foundation.
|
|
*
|
|
* This program is distributed in the hope that it will be useful,
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
* GNU General Public License for more details.
|
|
*/
|
|
|
|
#include "sm6150.dtsi"
|
|
#include <dt-bindings/clock/qcom,rpmcc.h>
|
|
|
|
/ {
|
|
model = "Qualcomm Technologies, Inc. SM6150 Interposer TRINKET";
|
|
compatible = "qcom,sm6150";
|
|
qcom,msm-id = <355 0>;
|
|
};
|
|
|
|
&soc {
|
|
clock_rpmcc: qcom,rpmcc {
|
|
};
|
|
|
|
qcom,icnss@18800000 {
|
|
/delete-property/ vdd-cx-mx-supply;
|
|
/delete-property/ vdd-1.8-xo-supply;
|
|
/delete-property/ vdd-1.3-rfa-supply;
|
|
/delete-property/ vdd-3.3-ch0-supply;
|
|
};
|
|
};
|
|
|
|
#include "sm6150-pm6125-interposer-trinket.dtsi"
|
|
|
|
&qusb_phy0 {
|
|
vdd-supply = <&L7A>;
|
|
vdda18-supply = <&L10A>;
|
|
vdda33-supply = <&L15A>;
|
|
};
|
|
|
|
&usb_qmp_phy {
|
|
vdd-supply = <&L7A>;
|
|
core-supply = <&L10A>;
|
|
};
|
|
|
|
&usb0 {
|
|
extcon = <&pmi632_charger>;
|
|
};
|
|
|
|
&qupv3_se0_2uart {
|
|
status = "ok"
|
|
};
|