blob: 224722da280c3a4ac7825ea33e1dae1c31b98735 [file] [log] [blame]
/*
* Copyright (c) 2021 Sateesh Kotapati
* Copyright (c) 2023 Piotr Dymacz
*
* SPDX-License-Identifier: Apache-2.0
*/
/ {
model = "Silicon Labs EFR32BG22 Thunderboard (SLTB010A) using BRD4184B";
compatible = "silabs,efr32bg22c224f512im40", "silabs,sltb010a",
"silabs,efr32bg22";
};
&button0 {
gpios = <&gpiob GECKO_PIN(3) GPIO_ACTIVE_LOW>;
};
&led0 {
gpios = <&gpioa GECKO_PIN(4) GPIO_ACTIVE_HIGH>;
};
&sw_sensor_enable {
enable-gpios = <&gpioc GECKO_PIN(6) GPIO_ACTIVE_HIGH>;
};
&sw_mic_enable {
enable-gpios = <&gpioc GECKO_PIN(7) GPIO_ACTIVE_HIGH>;
};