1 // 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 = "brcm,bcm43438-bt"; 13 shutdown-gpios = <&gpio GPIOX_17 GPIO_ACTIVE_HIGH>; 14 max-speed = <2000000>; 15 clocks = <&wifi32k>; 16 clock-names = "lpo"; 17 vbat-supply = <&vddao_3v3>; 18 vddio-supply = <&vddio_ao1v8>; 19 }; 20 }; 21 22 &sd_emmc_a { 23 /* Per mmc-controller.yaml */ 24 #address-cells = <1>; 25 #size-cells = <0>; 26 /* NB: may be either AP6398S or AP6398SR3 wifi module */ 27 brcmf: wifi@1 { 28 reg = <1>; 29 compatible = "brcm,bcm4329-fmac"; 30 }; 31 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.