mirror of https://github.com/hak5/openwrt-owl.git
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>;
|
||
|
};
|