Home
last modified time | relevance | path

Searched +full:0 +full:- +full:2 +full:- +full:dragonboard (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/contrib/device-tree/src/arm/qcom/
H A Dqcom-apq8074-dragonboard.dts1 // SPDX-License-Identifier: GPL-2.0
2 #include <dt-bindings/gpio/gpio.h>
3 #include <dt-bindings/input/input.h>
4 #include <dt-bindings/leds/common.h>
5 #include <dt-bindings/pinctrl/qcom,pmic-gpio.h>
6 #include "qcom-msm8974.dtsi"
10 /delete-nod
[all...]
H A Dqcom-apq8060-dragonboard.dts1 // SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
2 #include <dt-bindings/input/input.h>
3 #include <dt-bindings/gpio/gpio.h>
4 #include <dt-bindings/leds/common.h>
5 #include <dt-binding
[all...]
/freebsd/sys/contrib/device-tree/src/arm64/qcom/
H A Dmsm8916-acer-a1-724.dts1 // SPDX-License-Identifier: GPL-2.0-only
3 /dts-v1/;
5 #include "msm8916-pm8916.dtsi"
6 #include "msm8916-modem-qdsp6.dtsi"
8 #include <dt-bindings/gpio/gpio.h>
9 #include <dt-bindings/input/input.h>
10 #include <dt-bindings/interrupt-controller/irq.h>
11 #include <dt-bindings/leds/common.h>
14 * NOTE: The original firmware from Acer can only boot 32-bit kernels.
15 * To boot this device tree using arm64 it is necessary to flash 64-bit
[all …]
H A Dmsm8916-huawei-g7.dts1 // SPDX-License-Identifier: GPL-2.0-only
6 /dts-v1/;
8 #include "msm8916-pm8916.dtsi"
9 #include <dt-bindings/gpio/gpio.h>
10 #include <dt-bindings/input/input.h>
11 #include <dt-bindings/interrupt-controlle
[all...]
H A Dsdm845-db845c.dts1 // SPDX-License-Identifier: GPL-2.0
6 /dts-v1/;
8 #include <dt-bindings/leds/common.h>
9 #include <dt-bindings/pinctrl/qcom,pmic-gpio.h>
10 #include <dt-bindings/regulator/qcom,rpmh-regulator.h>
11 #include <dt-bindings/sound/qcom,q6afe.h>
12 #include <dt-bindings/sound/qcom,q6asm.h>
14 #include "sdm845-wcd9340.dtsi"
19 model = "Thundercomm Dragonboard 845c";
21 qcom,msm-id = <341 0x20001>;
[all …]
H A Dapq8096-db820c.dts1 // SPDX-License-Identifier: GPL-2.0-only
3 * Copyright (c) 2014-2016, The Linux Foundation. All rights reserved.
6 /dts-v1/;
11 #include <dt-bindings/input/input.h>
12 #include <dt-bindings/gpio/gpio.h>
13 #include <dt-bindings/leds/common.h>
14 #include <dt-binding
[all...]
H A Dapq8096-db820c.dtsi1 // SPDX-License-Identifier: GPL-2.0-only
3 * Copyright (c) 2014-2016, The Linux Foundation. All rights reserved.
9 #include <dt-bindings/input/input.h>
10 #include <dt-bindings/gpio/gpio.h>
11 #include <dt-bindings/pinctrl/qcom,pmic-gpio.h>
12 #include <dt-bindings/sound/qcom,q6afe.h>
13 #include <dt-bindings/sound/qcom,q6asm.h>
26 * Line names are taken from the schematic "DragonBoard 820c",
27 * drawing no: LM25-P2751-1
38 * the GPIO named lines "GPIO-A" thru "GPIO-L" are the only
[all …]
/freebsd/sys/arm64/coresight/
H A Dcoresight_tmc.c1 /*-
2 * Copyright (c) 2018-2020 Ruslan Bukin <br@bsdpad.com>
6 * Cambridge Computer Laboratory under DARPA/AFRL contract FA8750-10-C-0237
14 * 2. Redistributions in binary form must reproduce the above copyright
54 { SYS_RES_MEMORY, 0, RF_ACTIVE },
55 { -1, 0 }
66 if (bus_read_4(sc->res, TMC_CTL) & CTL_TRACECAPTEN) in tmc_start()
67 return (-1); in tmc_start()
70 bus_write_4(sc->res, TMC_CTL, CTL_TRACECAPTEN); in tmc_start()
71 if ((bus_read_4(sc->res, TMC_CTL) & CTL_TRACECAPTEN) == 0) in tmc_start()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/arm/
H A Dqcom.yaml1 # SPDX-License-Identifier: GPL-2.0
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Bjorn Andersson <bjorn.andersson@linaro.org>
90 https://docs.kernel.org/arch/arm/google/chromebook-boot-flow.html
97 - items:
98 - enum:
99 - qcom,apq8016-sbc
100 - schneider,apq8016-hmibsc
101 - const: qcom,apq8016
[all …]