Lines Matching +full:ls1b +full:- +full:clk
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/net/loongson,ls1b-gmac.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Loongson-1B Gigabit Ethernet MAC Controller
10 - Keguang Zhang <keguang.zhang@gmail.com>
13 Loongson-1B Gigabit Ethernet MAC Controller is based on
17 - Dual 10/100/1000Mbps GMAC controllers
18 - Full-duplex operation (IEEE 802.3x flow control automatic transmission)
19 - Half-duplex operation (CSMA/CD Protocol and back-pressure support)
20 - RX Checksum Offload
21 - TX Checksum insertion
22 - MII interface
23 - RGMII interface
30 - loongson,ls1b-gmac
32 - compatible
37 - enum:
38 - loongson,ls1b-gmac
39 - const: snps,dwmac-3.50a
47 clock-names:
49 - const: stmmaceth
54 interrupt-names:
56 - const: macirq
58 loongson,ls1-syscon:
64 phy-mode:
66 - mii
67 - rgmii-id
70 - compatible
71 - reg
72 - clocks
73 - clock-names
74 - interrupts
75 - interrupt-names
76 - loongson,ls1-syscon
79 - $ref: snps,dwmac.yaml#
84 - |
85 #include <dt-bindings/clock/loongson,ls1x-clk.h>
86 #include <dt-bindings/interrupt-controller/irq.h>
89 compatible = "loongson,ls1b-gmac", "snps,dwmac-3.50a";
93 clock-names = "stmmaceth";
95 interrupt-parent = <&intc1>;
97 interrupt-names = "macirq";
99 loongson,ls1-syscon = <&syscon>;
101 phy-handle = <&phy0>;
102 phy-mode = "mii";
106 #address-cells = <1>;
107 #size-cells = <0>;
108 compatible = "snps,dwmac-mdio";
110 phy0: ethernet-phy@0 {