blob: 3597a0d1bbcca5aec9c27c31f15662aaa4aa6581 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
#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>;
};
|