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>;
|
|
};
|