Searched +full:tmpv7708 +full:- +full:pipllct (Results 1 – 3 of 3) sorted by relevance
/linux/Documentation/devicetree/bindings/clock/ |
H A D | toshiba,tmpv770x-pipllct.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/clock/toshiba,tmpv770x-pipllct.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Nobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp> 17 const: toshiba,tmpv7708-pipllct 22 '#clock-cells': 30 - compatible 31 - reg 32 - "#clock-cells" [all …]
|
/linux/arch/arm64/boot/dts/toshiba/ |
H A D | tmpv7708.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 3 * Device Tree Source for the TMPV7708 5 * (C) Copyright 2018 - 2020, Toshiba Corporation. 10 #include <dt-bindings/clock/toshiba,tmpv770x.h> 11 #include <dt-bindings/interrupt-controller/irq.h> 12 #include <dt-bindings/interrupt-controller/arm-gic.h> 14 /memreserve/ 0x81000000 0x00300000; /* cpu-release-addr */ 17 compatible = "toshiba,tmpv7708"; 18 #address-cells = <2>; 19 #size-cells = <2>; [all …]
|
/linux/drivers/clk/visconti/ |
H A D | pll-tmpv770x.c | 1 // SPDX-License-Identifier: GPL-2.0-only 11 #include <linux/clk-provider.h> 15 #include <dt-bindings/clock/toshiba,tmpv770x.h> 54 { TMPV770X_PLL_PIPLL0, "pipll0", "osc2-clk", 0x0, pipll0_rates }, 55 { TMPV770X_PLL_PIDDRCPLL, "piddrcpll", "osc2-clk", 0x500, piddrcpll_rates }, 56 { TMPV770X_PLL_PIVOIFPLL, "pivoifpll", "osc2-clk", 0x600, pivoifpll_rates }, 57 { TMPV770X_PLL_PIIMGERPLL, "piimgerpll", "osc2-clk", 0x700, piimgerpll_rates }, 75 ctx->clk_data.hws[TMPV770X_PLL_PIPLL1] = in tmpv770x_setup_plls() 77 ctx->clk_data.hws[TMPV770X_PLL_PIDNNPLL] = in tmpv770x_setup_plls() 79 ctx->clk_data.hws[TMPV770X_PLL_PIETHERPLL] = in tmpv770x_setup_plls() [all …]
|