Searched +full:ls2k1000 +full:- +full:gpio (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/arch/loongarch/boot/dts/ |
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 …]
|
D | loongson-2k1000-ref.dts | 1 // SPDX-License-Identifier: GPL-2.0 6 /dts-v1/; 8 #include "loongson-2k1000.dtsi" 11 compatible = "loongson,ls2k1000-ref", "loongson,ls2k1000"; 12 model = "Loongson-2K1000 Reference Board"; 19 stdout-path = "serial0:115200n8"; 29 reserved-memory { 30 #address-cells = <2>; 31 #size-cells = <2>; 35 compatible = "shared-dma-pool"; [all …]
|
/linux-6.12.1/Documentation/devicetree/bindings/gpio/ |
D | loongson,ls-gpio.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/gpio/loongson,ls-gpio.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Loongson GPIO controller. 10 - Yinbo Zhu <zhuyinbo@loongson.cn> 15 - enum: 16 - loongson,ls2k-gpio 17 - loongson,ls2k0500-gpio0 18 - loongson,ls2k0500-gpio1 [all …]
|
/linux-6.12.1/drivers/gpu/drm/loongson/ |
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 …]
|