Home
last modified time | relevance | path

Searched +full:tmpv7708 +full:- +full:pismu (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/arch/arm64/boot/dts/toshiba/
Dtmpv7708.dtsi1 // 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-v6.1/Documentation/devicetree/bindings/clock/
Dtoshiba,tmpv770x-pismu.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/clock/toshiba,tmpv770x-pismu.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Nobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp>
19 - const: toshiba,tmpv7708-pismu
20 - const: syscon
25 '#clock-cells':
28 '#reset-cells':
32 - compatible
[all …]
/Linux-v6.1/drivers/clk/visconti/
Dclkc-tmpv770x.c1 // SPDX-License-Identifier: GPL-2.0-only
11 #include <linux/clk-provider.h>
14 #include <dt-bindings/clock/toshiba,tmpv770x.h>
15 #include <dt-bindings/reset/toshiba,tmpv770x.h>
43 { TMPV770X_CLK_PIREFCLK, "pirefclk", "osc2-clk", 0, 1, 1, },
44 { TMPV770X_CLK_WDTCLK, "wdtclk", "osc2-clk", 0, 1, 1, },
227 struct device_node *np = pdev->dev.of_node; in visconti_clk_probe()
229 struct device *dev = &pdev->dev; in visconti_clk_probe()
251 ctx->clk_data.hws[fixed_clk_tables[i].id] = in visconti_clk_probe()
275 return of_clk_add_hw_provider(np, of_clk_hw_onecell_get, &ctx->clk_data); in visconti_clk_probe()
[all …]