Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/configs/
H A Ddragonboard410c.h2 * Board configuration file for Dragonboard 410C
6 * SPDX-License-Identifier: GPL-2.0+
13 #include <asm/arch/sysmap-apq8016.h>
19 #define PHYS_SDRAM_1 0x80000000
21 #define PHYS_SDRAM_1_SIZE 0x3da00000
23 #define CONFIG_SYS_TEXT_BASE 0x80080000
24 #define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_SDRAM_BASE + 0x7fff0)
25 #define CONFIG_SYS_LOAD_ADDR (CONFIG_SYS_SDRAM_BASE + 0x80000)
26 #define CONFIG_SYS_BOOTM_LEN 0x1000000 /* 16MB max kernel size */
33 #define CONFIG_SYS_LDSCRIPT "board/qualcomm/dragonboard410c/u-boot.lds"
[all …]
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/arm/
H A Dqcom.yaml1 # SPDX-License-Identifier: GPL-2.0
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Stephen Boyd <sboyd@codeaurora.org>
18 Each board must specify a top-level board compatible string with the following
21 compatible = "qcom,<SoC>[-<soc_version>][-<foundry_id>]-<board>[/<subtype>][-<board_version>]"
48 cp01-c1
49 dragonboard
51 hk10-c1
52 hk10-c2
[all …]
/OK3568_Linux_fs/u-boot/arch/arm/dts/
H A Ddragonboard410c.dts2 * Qualcomm APQ8016 based Dragonboard 410C board device tree source
6 * SPDX-License-Identifier: GPL-2.0+
9 /dts-v1/;
14 model = "Qualcomm Technologies, Inc. Dragonboard 410c";
15 compatible = "qcom,dragonboard", "qcom,apq8016-sbc";
16 qcom,msm-id = <0xce 0x0 0xf8 0x0 0xf9 0x0 0xfa 0x0 0xf7 0x0>;
17 qcom,board-id = <0x10018 0x0>;
18 #address-cells = <0x2>;
19 #size-cells = <0x2>;
23 reg = <0 0x80000000 0 0x3da00000>;
[all …]
H A Ddragonboard410c-uboot.dtsi2 * U-Boot addition to handle Dragonboard 410c pins
6 * SPDX-License-Identifier: GPL-2.0+
11 gpios = <&pm8916_gpios 2 0>;
15 gpios = <&pm8916_gpios 3 0>;
22 gpios = <&pm8916_pon 1 0>;
26 gpios = <&pm8916_pon 0 0>;
/OK3568_Linux_fs/u-boot/board/qualcomm/dragonboard410c/
H A Dreadme.txt4 # SPDX-License-Identifier: GPL-2.0+
11 2) Setup CROSS_COMPILE to aarch64 compiler
14 5) generate fake, empty ramdisk (can have 0 bytes)
18 $ dtbTool -o dt.img arch/arm/dts
20 7) Generate Android boot image with mkbootimg [2]:
21 $ mkbootimg --kernel=u-boot-dtb.bin --output=u-boot.img --dt=dt.img \
22 --pagesize 2048 --base 0x80000000 --ramdisk=rd --cmdline=""
24 8) Enter fastboot (reboot board with vol- button pressed)
27 $ fastboot boot u-boot.img
29 $ fastboot flash boot u-boot.img
[all …]
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Dqcom-apq8074-dragonboard.dts1 // SPDX-License-Identifier: GPL-2.0
2 #include "qcom-msm8974.dtsi"
3 #include "qcom-pm8841.dtsi"
4 #include "qcom-pm8941.dtsi"
7 model = "Qualcomm APQ8074 Dragonboard";
8 compatible = "qcom,apq8074-dragonboard", "qcom,apq8074";
17 stdout-path = "serial0:115200n8";
26 bus-width = <8>;
27 non-removable;
30 vmmc-supply = <&pm8941_l20>;
[all …]
H A Dqcom-apq8060-dragonboard.dts23 #include <dt-bindings/input/input.h>
24 #include <dt-bindings/gpio/gpio.h>
25 #include <dt-bindings/pinctrl/qcom,pmic-gpio.h>
26 #include <dt-bindings/pinctrl/qcom,pmic-mpp.h>
27 #include "qcom-msm8660.dtsi"
30 model = "Qualcomm APQ8060 Dragonboard";
31 compatible = "qcom,apq8060-dragonboard", "qcom,msm8660";
38 stdout-path = "serial0:115200n8";
42 compatible = "simple-bus";
45 vph: regulator-fixed {
[all …]
/OK3568_Linux_fs/kernel/drivers/staging/gasket/
H A Dgasket_interrupt.c1 // SPDX-License-Identifier: GPL-2.0
32 /* Set to 1 if MSI-X has successfully been configred, 0 otherwise. */
48 * Design-wise, these elements should be bundled together, but
56 /* The MSI-X data for each requested/configured interrupt. */
82 gasket_dev->interrupt_data; in gasket_interrupt_setup()
85 dev_dbg(gasket_dev->dev, "Interrupt data is not initialized\n"); in gasket_interrupt_setup()
89 dev_dbg(gasket_dev->dev, "Running interrupt setup\n"); in gasket_interrupt_setup()
93 for (i = 0; i < interrupt_data->num_interrupts; i++) { in gasket_interrupt_setup()
96 * the register directly. If not, we need to deal with a read- in gasket_interrupt_setup()
97 * modify-write and shift based on the packing index. in gasket_interrupt_setup()
[all …]
/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/qcom/
H A Dsdm845-db845c.dts1 // SPDX-License-Identifier: GPL-2.0
6 /dts-v1/;
8 #include <dt-bindings/gpio/gpio.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>
18 model = "Thundercomm Dragonboard 845c";
27 stdout-path = "serial0:115200n8";
30 dc12v: dc12v-regulator {
[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 …]