mirror of https://github.com/hak5/openwrt.git
13 lines
283 B
Plaintext
13 lines
283 B
Plaintext
|
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
|
||
|
/dts-v1/;
|
||
|
|
||
|
#include <dt-bindings/gpio/gpio.h>
|
||
|
#include <dt-bindings/input/input.h>
|
||
|
|
||
|
#include "qca9558_tplink_tl-wr1043nd.dtsi"
|
||
|
|
||
|
/ {
|
||
|
compatible = "tplink,tl-wr1043nd-v3", "qca,qca9557";
|
||
|
model = "TP-Link TL-WR1043ND Version 3";
|
||
|
};
|