// SPDX-License-Identifier: BSD-3-Clause /* * Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved. */ #include #include &soc { bluetooth: bt_wcn3990 { compatible = "qcom,wcn3990"; qcom,bt-sw-ctrl-gpio = <&tlmm 61 GPIO_ACTIVE_HIGH>; qcom,bt-vdd-io-supply = <&L22B>; /* IO */ qcom,bt-vdd-core-supply = <&L14B>; /* RFA */ qcom,bt-vdd-pa-supply = <&L10E>; /* CH0 */ qcom,bt-vdd-xtal-supply = <&L1E>; /* XO */ qcom,bt-vdd-io-config = <1700000 1900000 1 0>; qcom,bt-vdd-core-config = <1304000 1304000 1 0>; qcom,bt-vdd-pa-config = <3000000 3312000 1 0>; qcom,bt-vdd-xtal-config = <1700000 1900000 1 0>; }; slim_msm: slim@3340000 { status = "ok"; ngd@1 { reg = <1>; #address-cells = <1>; #size-cells = <1>; //slimbus child nodes slimbus: btfmslim-driver { compatible = "slim217,221"; reg = <1 0>; qcom,btslim-address = <0x0>; /* BT SLIM EP address*/ qcom,btslimtx-channels = <159 160>; qcom,btslimrx-channels = <157 158>; }; }; }; }; //FM changes &qupv3_se2_i2c { status = "ok"; nq@64 { compatible = "rtc6226"; reg = <0x64>; fmint-gpio = <&tlmm 105 0>; vdd-supply = <&L5E>; rtc6226,vdd-supply-voltage = <2800000 2800000>; rtc6226,vdd-load = <15000>; vio-supply = <&L22B>; rtc6226,vio-supply-voltage = <1800000 1800000>; }; }; //uart instance &qupv3_se11_4uart { status = "ok"; };