Searched +full:loongson +full:- +full:2 +full:k1000 (Results 1 – 13 of 13) sorted by relevance
/linux-6.12.1/Documentation/devicetree/bindings/mips/loongson/ |
D | ls2k-reset.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/mips/loongson/ls2k-reset.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Loongson 2K1000 PM Controller 10 - Qing Zhang <zhangqing@loongson.cn> 13 This controller can be found in Loongson-2K1000 Soc systems. 17 const: loongson,ls2k-pm 23 - compatible 24 - reg [all …]
|
/linux-6.12.1/drivers/platform/mips/ |
D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 12 MIPS platforms, including vendor-specific netbook/laptop/desktop 21 bool "Loongson-3 CPU HWMon Driver" 26 Loongson-3A/3B CPU Hwmon (temperature sensor) driver. 29 bool "Loongson RS780E ACPI Controller" 32 Loongson RS780E PCH ACPI Controller driver. 35 bool "Loongson-2K1000 Reset Controller" 38 Loongson-2K1000 Reset Controller driver.
|
D | ls2k-reset.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * Copyright (C) 2021, Qing Zhang <zhangqing@loongson.cn> 4 * Loongson-2K1000 reset support 34 np = of_find_compatible_node(NULL, NULL, "loongson,ls2k-pm"); in ls2k_reset_init() 37 return -ENODEV; in ls2k_reset_init() 44 return -ENOMEM; in ls2k_reset_init()
|
/linux-6.12.1/drivers/soc/loongson/ |
D | loongson2_guts.c | 1 // SPDX-License-Identifier: GPL-2.0+ 3 * Author: Yinbo Zhu <zhuyinbo@loongson.cn> 4 * Copyright (C) 2022-2023 Loongson Technology Corporation Limited 36 u8 res2[0x3ff8 - 0x18]; 51 /* SoC die attribute definition for Loongson-2 platform */ 55 * LoongArch-based SoCs Loongson-2 Series 58 /* Die: 2k1000, SoC: 2k1000 */ 59 { .die = "2K1000", 69 while (matches->svr) { in loongson2_soc_die_match() 70 if (matches->svr == (svr & matches->mask)) in loongson2_soc_die_match() [all …]
|
/linux-6.12.1/arch/loongarch/boot/dts/ |
D | loongson-2k1000-ref.dts | 1 // SPDX-License-Identifier: GPL-2.0 3 * Copyright (C) 2023 Loongson Technology Corporation Limited 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>; [all …]
|
D | Makefile | 1 # SPDX-License-Identifier: GPL-2.0-only 3 dtb-y = loongson-2k0500-ref.dtb loongson-2k1000-ref.dtb loongson-2k2000-ref.dtb 5 obj-$(CONFIG_BUILTIN_DTB) += $(addsuffix .dtb.o, $(CONFIG_BUILTIN_DTB_NAME))
|
/linux-6.12.1/arch/mips/boot/dts/loongson/ |
D | loongson64_2core_2k1000.dts | 1 // SPDX-License-Identifier: GPL-2.0 3 /dts-v1/; 5 #include "loongson64-2k1000.dtsi" 8 compatible = "loongson,loongson64-2core-2k1000";
|
/linux-6.12.1/Documentation/devicetree/bindings/loongarch/ |
D | loongson.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/loongarch/loongson.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Loongson SoC-based boards 10 - Binbin Zhou <zhoubinbin@loongson.cn> 17 - description: Loongson-2K0500 processor based boards 19 - const: loongson,ls2k0500-ref 20 - const: loongson,ls2k0500 22 - description: Loongson-2K1000 processor based boards [all …]
|
/linux-6.12.1/Documentation/devicetree/bindings/clock/ |
D | loongson,ls2k-clk.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/clock/loongson,ls2k-clk.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Loongson-2 SoC Clock Control Module 10 - Yinbo Zhu <zhuyinbo@loongson.cn> 13 Loongson-2 SoC clock control module is an integrated clock controller, which 19 - loongson,ls2k0500-clk 20 - loongson,ls2k-clk # This is for Loongson-2K1000 21 - loongson,ls2k2000-clk [all …]
|
/linux-6.12.1/Documentation/devicetree/bindings/interrupt-controller/ |
D | loongson,liointc.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/interrupt-controller/loongson,liointc.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Loongson Local I/O Interrupt Controller 10 - Jiaxun Yang <jiaxun.yang@flygoat.com> 13 This interrupt controller is found in the Loongson-3 family of chips and 14 Loongson-2K series chips, as the primary package interrupt controller which 17 1.The Loongson-2K0500 is a single core CPU; 18 2.The Loongson-2K0500/2K1000 has 64 device interrupt sources as inputs, so we [all …]
|
/linux-6.12.1/drivers/net/ethernet/stmicro/stmmac/ |
D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 3 tristate "STMicroelectronics Multi-Gigabit Ethernet driver" 45 tristate "Support for snps,dwc-qos-ethernet.txt DT binding." 50 Support for chips using the snps,dwc-qos-ethernet.txt DT binding. 92 will behave like standard non-accelerated ethernet interfaces. 178 Support for ethernet controllers on StarFive RISC-V SoCs 262 device driver. This driver is used for Loongson1-based boards 263 like Loongson LS1B/LS1C. 269 This selects the Multi-GigaBit Ethernet (MGBE) Controller that is 293 tristate "Loongson PCI DWMAC support" [all …]
|
/linux-6.12.1/arch/loongarch/ |
D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0 236 # MIPS Loongson code, to preserve Loongson-specific code paths in drivers that 258 default 2 if PGTABLE_2LEVEL 267 def_bool $(as-instr,x:pcalau12i \$t0$(comma)%pc_hi20(x)) 270 def_bool $(as-instr,movfcsr2gr \$t0$(comma)\$fcsr0) 273 def_bool $(cc-option,-Wa$(comma)-mthin-add-sub) || AS_IS_LLVM 276 def_bool $(as-instr,vld \$vr0$(comma)\$a0$(comma)0) 279 def_bool $(as-instr,xvld \$xr0$(comma)\$a0$(comma)0) 282 def_bool $(as-instr,movscr2gr \$a0$(comma)\$scr0) 285 def_bool $(as-instr,hvcl 0) [all …]
|
/linux-6.12.1/drivers/gpu/drm/loongson/ |
D | lsdc_regs.h | 1 /* SPDX-License-Identifier: GPL-2.0+ */ 3 * Copyright (C) 2023 Loongson Technology Corporation Limited 19 * 7A2000, 2K2000, 2K1000 etc. 43 #define CFG_PIX_FMT_MASK GENMASK(2, 0) 48 LSDC_PF_XRGB555 = 2, /* [15 bits] */ 84 LSDC_DMA_STEP_64_BYTES = 2, 164 * In gross, LSDC_CRTC1_XXX_REG - LSDC_CRTC0_XXX_REG = 0x10, but not all of 183 CURSOR_FORMAT_ARGB8888 = 2, /* A8R8G8B8 */ 191 #define CURSOR_SIZE_SHIFT 2 228 * FBRF0: CRTC-0 reading from its framebuffer finished. [all …]
|