Home
last modified time | relevance | path

Searched +full:loongson +full:- +full:2 +full:k1000 (Results 1 – 6 of 6) sorted by relevance

/Linux-v6.1/Documentation/devicetree/bindings/mips/loongson/
Dls2k-reset.yaml1 # 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-v6.1/drivers/platform/mips/
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
11 MIPS platforms, including vendor-specific netbook/laptop/desktop
20 bool "Loongson-3 CPU HWMon Driver"
25 Loongson-3A/3B CPU Hwmon (temperature sensor) driver.
28 bool "Loongson RS780E ACPI Controller"
31 Loongson RS780E PCH ACPI Controller driver.
34 bool "Loongson-2K1000 Reset Controller"
37 Loongson-2K1000 Reset Controller driver.
Dls2k-reset.c1 // 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-v6.1/arch/mips/boot/dts/loongson/
Dloongson64_2core_2k1000.dts1 // SPDX-License-Identifier: GPL-2.0
3 /dts-v1/;
5 #include "loongson64-2k1000.dtsi"
8 compatible = "loongson,loongson64-2core-2k1000";
/Linux-v6.1/Documentation/devicetree/bindings/interrupt-controller/
Dloongson,liointc.yaml1 # 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-2K1000 chip, as the primary package interrupt controller which
18 - $ref: /schemas/interrupt-controller.yaml#
23 - loongson,liointc-1.0
[all …]
/Linux-v6.1/drivers/net/ethernet/stmicro/stmmac/
DKconfig1 # 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.
257 tristate "Loongson PCI DWMAC support"
262 This selects the LOONGSON PCI bus support for the stmmac driver,
263 Support for ethernet controller on Loongson-2K1000 SoC and LS7A1000 bridge.