1/*
2 * Copyright (c) 2021 Sateesh Kotapati
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7/ {
8	model = "Silicon Labs EFR32BG22 Thunderboard (SLTB010A) using BRD4184A";
9	compatible = "silabs,efr32bg22c224f512im40", "silabs,sltb010a",
10		"silabs,efr32bg22";
11};
12
13&sw_sensor_enable {
14	enable-gpios = <&gpioa 4 GPIO_ACTIVE_HIGH>;
15};
16
17&sw_mic_enable {
18	enable-gpios = <&gpioa 0 GPIO_ACTIVE_HIGH>;
19};
20