Searched +full:sbc +full:- +full:imx7 (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/boot/dts/ |
D | imx7d-sbc-imx7.dts | 2 * Support for CompuLab SBC-iMX7 Single Board Computer 4 * Copyright (C) 2015 CompuLab Ltd. - http://www.compulab.co.il/ 7 * This file is dual-licensed: you can use it either under the terms 13 #include "imx7d-cl-som-imx7.dts" 16 model = "CompuLab SBC-iMX7"; 17 compatible = "compulab,sbc-imx7", "compulab,cl-som-imx7", "fsl,imx7d"; 21 pinctrl-names = "default"; 22 pinctrl-0 = <&pinctrl_usdhc1>; 23 cd-gpios = <&gpio5 0 GPIO_ACTIVE_LOW>; 24 wp-gpios = <&gpio5 1 GPIO_ACTIVE_HIGH>; [all …]
|
D | Makefile | 1 # SPDX-License-Identifier: GPL-2.0 2 dtb-$(CONFIG_ARCH_ALPINE) += \ 3 alpine-db.dtb 4 dtb-$(CONFIG_MACH_ARTPEC6) += \ 5 artpec6-devboard.dtb 6 dtb-$(CONFIG_MACH_ASM9260) += \ 7 alphascale-asm9260-devkit.dtb 9 dtb-$(CONFIG_SOC_AT91RM9200) += \ 12 dtb-$(CONFIG_SOC_AT91SAM9) += \ 14 at91-qil_a9260.dtb \ [all …]
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/arm/ |
D | fsl.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Shawn Guo <shawnguo@kernel.org> 11 - Li Yang <leoyang.li@nxp.com> 18 - description: i.MX1 based Boards 20 - enum: 21 - armadeus,imx1-apf9328 22 - fsl,imx1ads 23 - const: fsl,imx1 [all …]
|
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/ |
D | 0030_linux_drivers_pci_misc_nvmem_of_mtd_mmc.patch | 7 Change-Id: Iec160bd007994d82f416debdccfbc0d9bdb40470 9 diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig 11 --- a/drivers/misc/Kconfig 13 @@ -314,6 +314,26 @@ config ISL29020 40 diff --git a/drivers/misc/Makefile b/drivers/misc/Makefile 42 --- a/drivers/misc/Makefile 44 @@ -19,6 +19,8 @@ obj-$(CONFIG_TIFM_7XX1) += tifm_7xx1.o 45 obj-$(CONFIG_PHANTOM) += phantom.o 46 obj-$(CONFIG_QCOM_COINCELL) += qcom-coincell.o 47 obj-$(CONFIG_QCOM_FASTRPC) += fastrpc.o [all …]
|