Home
last modified time | relevance | path

Searched +full:ls2k +full:- +full:clk (Results 1 – 11 of 11) sorted by relevance

/linux-6.14.4/Documentation/devicetree/bindings/clock/
Dloongson,ls2k-clk.yaml1 # 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 <[email protected]>
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.14.4/arch/loongarch/boot/dts/
Dloongson-2k0500.dtsi1 // 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>
12 #address-cells = <2>;
13 #size-cells = <2>;
16 #address-cells = <1>;
17 #size-cells = <0>;
23 clocks = <&clk LOONGSON2_NODE_CLK>;
27 ref_100m: clock-ref-100m {
[all …]
Dloongson-2k1000.dtsi1 // 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>;
24 clocks = <&clk LOONGSON2_NODE_CLK>;
[all …]
Dloongson-2k2000.dtsi1 // 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>
12 #address-cells = <2>;
13 #size-cells = <2>;
16 #address-cells = <1>;
17 #size-cells = <0>;
23 clocks = <&clk LOONGSON2_NODE_CLK>;
30 clocks = <&clk LOONGSON2_NODE_CLK>;
[all …]
/linux-6.14.4/Documentation/devicetree/bindings/loongarch/
Dcpus.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Binbin Zhou <[email protected]>
17 - $ref: /schemas/cpu.yaml#
22 - loongson,la264
23 - loongson,la364
32 - compatible
33 - reg
34 - clocks
[all …]
/linux-6.14.4/Documentation/devicetree/bindings/dma/
Dloongson,ls2x-apbdma.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/dma/loongson,ls2x-apbdma.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
14 - Binbin Zhou <[email protected]>
17 - $ref: dma-controller.yaml#
22 - const: loongson,ls2k1000-apbdma
23 - items:
24 - const: loongson,ls2k0500-apbdma
25 - const: loongson,ls2k1000-apbdma
[all …]
/linux-6.14.4/Documentation/devicetree/bindings/sound/
Dloongson,ls2k1000-i2s.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/sound/loongson,ls2k1000-i2s.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Loongson-2K1000 I2S controller
10 - Binbin Zhou <[email protected]>
13 - $ref: dai-common.yaml#
17 const: loongson,ls2k1000-i2s
21 - description: Loongson I2S controller Registers.
22 - description: APB DMA config register for Loongson I2S controller.
[all …]
/linux-6.14.4/Documentation/devicetree/bindings/spi/
Dloongson,ls2k-spi.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/spi/loongson,ls2k-spi.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Yinbo Zhu <[email protected]>
13 - $ref: /schemas/spi/spi-controller.yaml#
18 - enum:
19 - loongson,ls2k1000-spi
20 - items:
21 - enum:
[all …]
/linux-6.14.4/drivers/clk/
Dclk-loongson2.c1 // SPDX-License-Identifier: GPL-2.0+
4 * Copyright (C) 2022-2023 Loongson Technology Corporation Limited
9 #include <linux/clk-provider.h>
13 #include <linux/io-64-nonatomic-lo-hi.h>
14 #include <dt-bindings/clock/loongson,ls2k-clk.h>
34 /* Must be last --ends in a flexible-array member. */
148 * The hda clk divisor in the upper 32bits and the clk-prodiver
210 return (val & GENMASK(shift + width - 1, shift)) >> shift; in loongson2_rate_part()
217 struct loongson2_clk_data *clk = to_loongson2_clk(hw); in loongson2_pll_recalc_rate() local
219 val = readq(clk->reg); in loongson2_pll_recalc_rate()
[all …]
/linux-6.14.4/Documentation/devicetree/bindings/net/
Dsnps,dwmac.yaml1 # SPDX-License-Identifier: GPL-2.0
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Alexandre Torgue <[email protected]>
11 - Giuseppe Cavallaro <[email protected]>
12 - Jose Abreu <[email protected]>
23 - snps,dwmac
24 - snps,dwmac-3.40a
25 - snps,dwmac-3.50a
26 - snps,dwmac-3.610
[all …]
/linux-6.14.4/
DMAINTAINERS5 ---------------------------------------------------
21 W: *Web-page* with status/info
23 B: URI for where to file *bugs*. A web-page with detailed bug
28 patches to the given subsystem. This is either an in-tree file,
29 or a URI. See Documentation/maintainer/maintainer-entry-profile.rst
46 N: [^a-z]tegra all files whose path contains tegra
64 ----------------
83 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)
85 L: linux-[email protected]
88 F: drivers/scsi/3w-*
[all …]