Searched +full:bluetooth +full:- +full:gnss (Results  1 – 8 of 8) sorted by relevance
| /linux/Documentation/devicetree/bindings/serial/ | 
| H A D | serial.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---
 5 $schema: http://devicetree.org/meta-schemas/core.yaml#
 10   - Rob Herring <robh@kernel.org>
 11   - Greg Kroah-Hartman <gregkh@linuxfoundation.org>
 19   where N is the port number (non-negative decimal integer) as printed on the
 28   cts-gpios:
 34   dcd-gpios:
 40   dsr-gpios:
 46   dtr-gpios:
 [all …]
 
 | 
| /linux/arch/arm/boot/dts/ti/omap/ | 
| H A D | logicpd-torpedo-37xx-devkit.dts | 1 // SPDX-License-Identifier: GPL-2.0-only3 /dts-v1/;
 6 #include "logicpd-torpedo-som.dtsi"
 7 #include "omap-gpmc-smsc9221.dtsi"
 8 #include "logicpd-torpedo-baseboard.dtsi"
 12 	compatible = "logicpd,dm3730-torpedo-devkit", "ti,omap3630", "ti,omap3";
 15 		compatible = "regulator-fixed";
 16 		regulator-name = "vwl1271";
 17 		regulator-min-microvolt = <1800000>;
 18 		regulator-max-microvolt = <1800000>;
 [all …]
 
 | 
| /linux/drivers/ | 
| H A D | Makefile | 1 # SPDX-License-Identifier: GPL-2.06 # Rewritten to use lists instead of if-statements.
 9 obj-y				+= cache/
 10 obj-y				+= irqchip/
 11 obj-y				+= bus/
 13 obj-$(CONFIG_GENERIC_PHY)	+= phy/
 16 obj-$(CONFIG_PINCTRL)		+= pinctrl/
 17 obj-$(CONFIG_GPIOLIB)		+= gpio/
 18 obj-y				+= pwm/
 21 obj-y				+= leds/
 [all …]
 
 | 
| /linux/arch/arm/boot/dts/allwinner/ | 
| H A D | sun8i-a83t-tbs-a711.dts | 5  * This file is dual-licensed: you can use it either under the terms44 /dts-v1/;
 45 #include "sun8i-a83t.dtsi"
 47 #include <dt-bindings/gpio/gpio.h>
 48 #include <dt-bindings/pwm/pwm.h>
 49 #include <dt-bindings/input/input.h>
 53 	compatible = "tbs-biometrics,a711", "allwinner,sun8i-a83t";
 61 		stdout-path = "serial0:115200n8";
 65 		compatible = "pwm-backlight";
 67 		enable-gpios = <&pio 3 29 GPIO_ACTIVE_HIGH>;
 [all …]
 
 | 
| /linux/arch/arm/boot/dts/st/ | 
| H A D | ste-ux500-samsung-skomer.dts | 1 // SPDX-License-Identifier: GPL-2.0-only3  * Devicetree for the Samsung XCover 2 GT-S7710 also known as Skomer.
 6 /dts-v1/;
 7 #include "ste-db8500.dtsi"
 8 #include "ste-ab8505.dtsi"
 9 #include "ste-dbx5x0-pinctrl.dtsi"
 10 #include <dt-bindings/gpio/gpio.h>
 11 #include <dt-bindings/leds/common.h>
 12 #include <dt-bindings/input/input.h>
 13 #include <dt-bindings/interrupt-controller/irq.h>
 [all …]
 
 | 
| H A D | ste-ux500-samsung-kyle.dts | 1 // SPDX-License-Identifier: GPL-2.0-only3  * Devicetree for the Samsung Galaxy Amp SGH-I407 also known as Kyle.
 10 /dts-v1/;
 11 #include "ste-db8500.dtsi"
 12 #include "ste-ab8505.dtsi"
 13 #include "ste-dbx5x0-pinctrl.dtsi"
 14 #include <dt-bindings/gpio/gpio.h>
 15 #include <dt-bindings/leds/common.h>
 16 #include <dt-bindings/input/input.h>
 17 #include <dt-bindings/interrupt-controller/irq.h>
 [all …]
 
 | 
| /linux/arch/arm/boot/dts/nvidia/ | 
| H A D | tegra30-lg-x3.dtsi | 1 // SPDX-License-Identifier: GPL-2.03 #include <dt-bindings/input/gpio-keys.h>
 4 #include <dt-bindings/input/input.h>
 5 #include <dt-bindings/leds/common.h>
 6 #include <dt-bindings/mfd/max77620.h>
 7 #include <dt-bindings/thermal/thermal.h>
 10 #include "tegra30-cpu-opp.dtsi"
 11 #include "tegra30-cpu-opp-microvolt.dtsi"
 14 	chassis-type = "handset";
 24 		serial1 = &uartc; /* Bluetooth */
 [all …]
 
 | 
| H A D | tegra114-asus-tf701t.dts | 1 // SPDX-License-Identifier: GPL-2.03 /dts-v1/;
 5 #include <dt-bindings/input/gpio-keys.h>
 6 #include <dt-bindings/input/input.h>
 13 	chassis-type = "convertible";
 24 		serial1 = &uartc; /* Bluetooth */
 29 		trusted-foundations {
 30 			compatible = "tlm,trusted-foundations";
 31 			tlm,version-major = <2>;
 32 			tlm,version-minor = <8>;
 [all …]
 
 |