Since with recent kernel version DTS moved to a dedicated directory, it's required to split files to per kernel version to follow kernel version directory structure. Also makes use of DEVICE_DTS_DIR to target the correct DTS directory based on the kernel version. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
14 lines
266 B
Plaintext
14 lines
266 B
Plaintext
// SPDX-License-Identifier: GPL-2.0-only
|
|
// Device Tree Source for Meraki MR74 (Ladybug)
|
|
|
|
#include "qcom-ipq4029-insect-common.dtsi"
|
|
|
|
/ {
|
|
model = "Meraki MR74 Access Point";
|
|
compatible = "meraki,mr74";
|
|
};
|
|
|
|
&tricolor {
|
|
enable-gpio = <&tlmm 14 GPIO_ACTIVE_LOW>;
|
|
};
|