hostapd: bump to 2024-09-06 (wip)
[openwrt/staging/xback.git] / target / linux / ipq40xx / files-6.6 / arch / arm / boot / dts / qcom / qcom-ipq4018-wap-r-ac.dts
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2 /* Copyright (c) 2022, Alexander Couzens <lynxis@fe80.eu> */
3
4 #include "qcom-ipq4018-wap-ac.dtsi"
5
6 / {
7 model = "MikroTik wAP R ac";
8 compatible = "mikrotik,wap-r-ac";
9
10 soc {
11 tcsr@194b000 {
12 /* select hostmode */
13 compatible = "qcom,tcsr";
14 reg = <0x194b000 0x100>;
15 qcom,usb-hsphy-mode-select = <TCSR_USB_HSPHY_HOST_MODE>;
16 status = "okay";
17 };
18 };
19 };
20
21 &tlmm {
22 enable-usb-power {
23 gpio-hog;
24 gpios = <2 GPIO_ACTIVE_HIGH>;
25 output-high;
26 line-name = "enable USB power";
27 };
28 };
29
30 &usb3_hs_phy {
31 status = "okay";
32 };
33
34 &usb3 {
35 status = "okay";
36 };
37
38 &usb3_dwc {
39 phys = <&usb3_hs_phy>;
40 phy-names = "usb2-phy";
41 };