mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-24 14:06:15 +00:00
506b4d563e
Fixes deprecated_gpio_property dtc warning Signed-off-by: Rosen Penev <rosenp@gmail.com>
13 lines
245 B
Plaintext
13 lines
245 B
Plaintext
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
|
|
|
|
#include "ar9331_tplink_tl-wr703n_tl-mr10u.dtsi"
|
|
|
|
/ {
|
|
model = "TP-Link TL-WR703N";
|
|
compatible = "tplink,tl-wr703n", "qca,ar9331";
|
|
};
|
|
|
|
®_usb_vbus {
|
|
gpios = <&gpio 8 GPIO_ACTIVE_HIGH>;
|
|
};
|