mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-06-15 16:15:29 +08:00
14 lines
253 B
Plaintext
14 lines
253 B
Plaintext
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
|
|
/dts-v1/;
|
|
|
|
#include "ar9331_tplink_tl-wr703n_tl-mr10u.dtsi"
|
|
|
|
/ {
|
|
model = "TP-Link TL-MR10U";
|
|
compatible = "tplink,tl-mr10u", "qca,ar9331";
|
|
};
|
|
|
|
®_usb_vbus {
|
|
gpio = <&gpio 18 GPIO_ACTIVE_HIGH>;
|
|
};
|