blob: 55fff35b09ae74e5469ee4406b545e796fb16834 [file] [log] [blame]
Tom Rini6bb92fc2024-05-20 09:54:58 -06001// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2// Copyright (c) 2024 Freebox SAS
3
4/dts-v1/;
5/plugin/;
6
7#include <dt-bindings/gpio/gpio.h>
8#include <dt-bindings/gpio/meson-g12a-gpio.h>
9
10&uart_A {
11 bluetooth {
12 compatible = "realtek,rtl8822cs-bt";
13 enable-gpios = <&gpio GPIOX_17 GPIO_ACTIVE_HIGH>;
14 host-wake-gpios = <&gpio GPIOX_19 GPIO_ACTIVE_HIGH>;
15 device-wake-gpios = <&gpio GPIOX_18 GPIO_ACTIVE_HIGH>;
16 };
17};
18
19&sd_emmc_a {
20 /* No explicit compatible for rtl8822cs sdio */
21};