31 lines
870 B
Devicetree
31 lines
870 B
Devicetree
/* Copyright (c) 2022, Qualcomm Innovation Center, Inc. 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.
|
|
*/
|
|
|
|
/dts-v1/;
|
|
/plugin/;
|
|
|
|
#include "trinket-facepay.dtsi"
|
|
|
|
/ {
|
|
model = "Qualcomm Technologies, Inc. TRINKET FACEPAY Overlay";
|
|
compatible = "qcom,trinket-iot";
|
|
qcom,msm-id = <467 0x10000>;
|
|
qcom,board-id = <0x00010022 0x5>;
|
|
};
|
|
|
|
&usb0 {
|
|
dwc3@4e00000 {
|
|
usb-phy = <&qusb_phy0>, <&usb_nop_phy>;
|
|
maximum-speed = "high-speed";
|
|
};
|
|
};
|