1// SPDX-License-Identifier: GPL-2.0-or-later OR MIT 2/* 3 * Copyright 2025 Toradex 4 * 5 * Common dtsi for Verdin AM62P SoM WB variant 6 * 7 * https://www.toradex.com/computer-on-modules/verdin-arm-family/ti-am62p 8 */ 9 10/* On-module Bluetooth */ 11&main_uart6 { 12 pinctrl-names = "default"; 13 pinctrl-0 = <&pinctrl_uart6>; 14 uart-has-rtscts; 15 status = "okay"; 16 17 bluetooth { 18 compatible = "nxp,88w8987-bt"; 19 fw-init-baudrate = <3000000>; 20 }; 21}; 22 23/* On-module Wi-Fi */ 24&sdhci2 { 25 pinctrl-names = "default"; 26 pinctrl-0 = <&pinctrl_sdhci2>; 27 keep-power-in-suspend; 28 non-removable; 29 ti,fails-without-test-cd; 30 status = "okay"; 31}; 32