Searched +full:ls2k1000 +full:- +full:gpio (Results 1 – 5 of 5) sorted by relevance
/linux/arch/loongarch/boot/dts/ |
H A D | loongson-2k1000.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 6 /dts-v1/; 8 #include <dt-bindings/interrupt-controller/irq.h> 9 #include <dt-bindings/clock/loongson,ls2k-clk.h> 10 #include <dt-bindings/gpio/gpio.h> 13 #address-cells = <2>; 14 #size-cells = <2>; 17 #address-cells = <1>; 18 #size-cells = <0>; 35 ref_100m: clock-ref-100m { [all …]
|
H A D | loongson-2k1000-ref.dts | 1 // SPDX-License-Identifier: GPL-2.0 6 /dts-v1/; 8 #include "dt-bindings/thermal/thermal.h" 9 #include "loongson-2k1000.dtsi" 12 compatible = "loongson,ls2k1000-ref", "loongson,ls2k1000"; 13 model = "Loongson-2K1000 Reference Board"; 20 stdout-path = "serial0:115200n8"; 30 reserved-memory { 31 #address-cells = <2>; 32 #size-cells = <2>; [all …]
|
/linux/Documentation/devicetree/bindings/mmc/ |
H A D | loongson,ls2k0500-mmc.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/mmc/loongson,ls2k0500-mmc.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: The SD/SDIO/eMMC host controller for Loongson-2K family SoCs 10 The MMC host controller on the Loongson-2K0500/2K1000 (using an externally 12 The two MMC host controllers on the Loongson-2K2000 are similar, 17 - Binbin Zhou <zhoubinbin@loongson.cn> 20 - $ref: mmc-controller.yaml# 25 - loongson,ls2k0500-mmc [all …]
|
/linux/drivers/gpu/drm/loongson/ |
H A D | lsdc_regs.h | 1 /* SPDX-License-Identifier: GPL-2.0+ */ 164 * In gross, LSDC_CRTC1_XXX_REG - LSDC_CRTC0_XXX_REG = 0x10, but not all of 173 * There is only one hardware cursor unit in LS7A1000 and LS2K1000, let 187 * LS7A1000 and LS2K1000 only support 32x32, LS2K2000 and LS7A2000 support 228 * FBRF0: CRTC-0 reading from its framebuffer finished. 229 * FBRF1: CRTC-1 reading from its framebuffer finished. 231 * +-------+--------------------------+-------+--------+--------+-------+ 233 * +-------+--------------------------+-------+--------+--------+-------+ 235 * +-------+--------------------------+-------+--------+--------+-------+ 237 * +-------+-------+-------+------+--------+--------+--------+--------+ [all …]
|
/linux/drivers/mmc/host/ |
H A D | loongson2-mmc.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Loongson-2K MMC/SDIO controller driver 5 * Copyright (C) 2018-2025 Loongson Technology Corporation Limited. 14 #include <linux/dma-mapping.h> 22 #include <linux/mmc/slot-gpio.h> 48 #define LOONGSON2_MMC_REG_DLLVAL 0xf0 /* DLL Master Lock-value Register */ 154 /* Bitfields of DLL master lock-value register */ 192 /* Loongson-2K1000 SDIO2 DMA routing register */ 200 /* Loongson-2K0500 SDIO2 DMA routing register */ 261 if (cmd->data) in loongson2_mmc_send_command() [all …]
|