mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2025-02-24 16:28:46 +00:00
The Meraki MR74 is part of the "Insect" series. This device is essentially an outdoor variant of the MR33 with identical hardware, but requiring a config@3 DTS option to be set to allow booting with the stock u-boot. The install procedure is replicated from the MR33, with the exception being that the MR74 sysupgrade image must be used. Signed-off-by: Matthew Hagan <mnhagan88@gmail.com>
14 lines
268 B
Plaintext
14 lines
268 B
Plaintext
// SPDX-License-Identifier: GPL-2.0-only
|
|
// Device Tree Source for Meraki MR33 (Stinkbug)
|
|
|
|
#include "qcom-ipq4029-insect-common.dtsi"
|
|
|
|
/ {
|
|
model = "Meraki MR33 Access Point";
|
|
compatible = "meraki,mr33";
|
|
};
|
|
|
|
&tricolor {
|
|
enable-gpio = <&tlmm 48 GPIO_ACTIVE_HIGH>;
|
|
};
|