Home
last modified time | relevance | path

Searched +full:milbeaut +full:- +full:m10v +full:- +full:ccu (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/Documentation/devicetree/bindings/clock/
Dmilbeaut-clock.yaml1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/clock/milbeaut-clock.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Milbeaut SoCs Clock Controller Binding
10 - Taichi Sugaya <sugaya.taichi@socionext.com>
13 Milbeaut SoCs Clock controller is an integrated clock controller, which
17 [1] Documentation/devicetree/bindings/clock/clock-bindings.txt
22 - socionext,milbeaut-m10v-ccu
31 '#clock-cells':
[all …]
/Linux-v6.1/arch/arm/boot/dts/
Dmilbeaut-m10v.dtsi1 // SPDX-License-Identifier: GPL-2.0
2 #include <dt-bindings/interrupt-controller/irq.h>
3 #include <dt-bindings/input/input.h>
4 #include <dt-bindings/gpio/gpio.h>
5 #include <dt-bindings/interrupt-controller/arm-gic.h>
9 interrupt-parent = <&gic>;
10 #address-cells = <1>;
11 #size-cells = <1>;
14 #address-cells = <1>;
15 #size-cells = <0>;
[all …]
/Linux-v6.1/drivers/clk/
Dclk-milbeaut.c1 // SPDX-License-Identifier: GPL-2.0
7 #include <linux/clk-provider.h>
17 #define CLKSEL(n) (((n) - 1) * 4 + M10V_CLKSEL1)
20 #define M10V_PLL1DIV2 "pll1-2"
22 #define M10V_PLL2DIV2 "pll2-2"
24 #define M10V_PLL6DIV2 "pll6-2"
25 #define M10V_PLL6DIV3 "pll6-3"
27 #define M10V_PLL7DIV2 "pll7-2"
28 #define M10V_PLL7DIV5 "pll7-5"
31 #define M10V_PLL10DIV2 "pll10-2"
[all …]