/* For mos_bt_uart */
 &qup_uart7_cts {
-       /* Configure a pull-down on CTS to match the pull of the Bluetooth module. */
-       bias-pull-down;
+       /*
+        * Configure a bias-bus-hold on CTS to lower power
+        * usage when Bluetooth is turned off. Bus hold will
+        * maintain a low power state regardless of whether
+        * the Bluetooth module drives the pin in either
+        * direction or leaves the pin fully unpowered.
+        */
+       bias-bus-hold;
 };
 
 /* For mos_bt_uart */
                pins = "gpio28";
                function = "gpio";
                /*
-                * Configure a pull-down on CTS to match the pull of
-                * the Bluetooth module.
+                * Configure a bias-bus-hold on CTS to lower power
+                * usage when Bluetooth is turned off. Bus hold will
+                * maintain a low power state regardless of whether
+                * the Bluetooth module drives the pin in either
+                * direction or leaves the pin fully unpowered.
                 */
-               bias-pull-down;
+               bias-bus-hold;
        };
 
        /* For mos_bt_uart */