// SPDX-License-Identifier: (GPL-2.0+ OR MIT) /* * Device Tree file for SAM9X75-CURIOSITY board * overlay blob for WILCS02 Wireless Module over M.2 connector * * Copyright (C) 2024 Microchip Technology, Inc. and its subsidiaries * Author: Ben Poon * Author: Durai Manickam KR * */ /dts-v1/; /plugin/; #include "dt-bindings/pinctrl/at91.h" #include #include &sdmmc1 { #address-cells = <1>; #size-cells = <0>; status = "okay"; vmmc-supply = <&cc33xx_en_reg>; non-removable; cap-power-off-card; keep-power-in-suspend; wlcore: wlcore@2 { compatible = "ti,cc33xx"; reg = <2>; interrupt-parent = <&pioC>; interrupts = <17 IRQ_TYPE_EDGE_FALLING>; irq-gpio = <&pioC 17 GPIO_ACTIVE_HIGH>; }; /**/ btti: btti@1 { compatible = "ti,cc33xxbt"; reg = <1>; }; /**/ };