Searched +full:ls1c +full:- +full:emac (Results 1 – 5 of 5) sorted by relevance
| /linux/Documentation/devicetree/bindings/net/ |
| H A D | loongson,ls1c-emac.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/net/loongson,ls1c-emac.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Loongson-1C Ethernet MAC Controller 10 - Keguang Zhang <keguang.zhang@gmail.com> 13 Loongson-1C Ethernet MAC Controller is based on 17 - 10/100Mbps 18 - Full-duplex operation (IEEE 802.3x flow control automatic transmission) 19 - Half-duplex operation (CSMA/CD Protocol and back-pressure support) [all …]
|
| /linux/arch/mips/boot/dts/loongson/ |
| H A D | loongson1c.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 3 * Copyright (c) 2023-2025 Keguang Zhang <keguang.zhang@gmail.com> 6 /dts-v1/; 10 clkc: clock-controller@1fe78030 { 11 compatible = "loongson,ls1c-clk"; 14 #clock-cells = <1>; 20 compatible = "loongson,ls1c-syscon", "syscon"; 24 intc4: interrupt-controller@10a0 { 25 compatible = "loongson,ls1x-intc"; 27 interrupt-controller; [all …]
|
| H A D | cq-t300b.dts | 1 // SPDX-License-Identifier: GPL-2.0 3 * Copyright (c) 2023-2025 Keguang Zhang <keguang.zhang@gmail.com> 6 /dts-v1/; 8 #include <dt-bindings/gpio/gpio.h> 13 compatible = "loongson,cq-t300b", "loongson,ls1c"; 14 model = "CQ-T300B Board"; 30 stdout-path = "serial0:115200n8"; 34 compatible = "gpio-leds"; 39 linux,default-trigger = "heartbeat"; 45 linux,default-trigger = "nand-disk"; [all …]
|
| H A D | smartloong-1c.dts | 1 // SPDX-License-Identifier: GPL-2.0 3 * Copyright (c) 2023-2025 Keguang Zhang <keguang.zhang@gmail.com> 6 /dts-v1/; 8 #include <dt-bindings/gpio/gpio.h> 13 compatible = "loongmasses,smartloong-1c", "loongson,ls1c"; 14 model = "Smartloong-1C Board"; 30 stdout-path = "serial0:115200n8"; 34 compatible = "gpio-leds"; 39 linux,default-trigger = "heartbeat"; 45 linux,default-trigger = "nand-disk"; [all …]
|
| /linux/drivers/net/ethernet/stmicro/stmmac/ |
| H A D | dwmac-loongson1.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * Loongson-1 DWMAC glue layer 5 * Copyright (C) 2011-2023 Keguang Zhang <keguang.zhang@gmail.com> 21 /* Loongson-1 SYSCON Registers */ 25 /* Loongson-1B SYSCON Register Bits */ 37 /* Loongson-1C SYSCON Register Bits */ 59 struct ls1x_dwmac *dwmac = plat_dat->bsp_priv; in ls1b_dwmac_setup() 64 /* This shouldn't fail - stmmac_get_platform_resources() in ls1b_dwmac_setup() 67 dev_err(&pdev->dev, "Could not get IO_MEM resources\n"); in ls1b_dwmac_setup() 68 return -EINVAL; in ls1b_dwmac_setup() [all …]
|