Home
last modified time | relevance | path

Searched +full:clk +full:- +full:pclkdiv (Results 1 – 7 of 7) sorted by relevance

/Zephyr-latest/soc/nuvoton/numicro/m48x/
Dsoc.c2 * SPDX-License-Identifier: Apache-2.0
28 CLK->PCLKDIV = (CLK_PCLKDIV_APB0DIV_DIV2 | CLK_PCLKDIV_APB1DIV_DIV2); in soc_reset_hook()
/Zephyr-latest/dts/bindings/clock/
Dnuvoton,numaker-scc.yaml2 # SPDX-License-Identifier: Apache-2.0
6 compatible: "nuvoton,numaker-scc"
8 include: [clock-controller.yaml, base.yaml]
19 - "untouched"
20 - "enable"
21 - "disable"
26 Enable/disable 32.768 kHz low-speed external crystal oscillator (LXT)
28 - "untouched"
29 - "enable"
30 - "disable"
[all …]
/Zephyr-latest/soc/nuvoton/numaker/m2l31x/
Dsoc.c4 * SPDX-License-Identifier: Apache-2.0
20 CLK->IOPDCTL = 1; in soc_reset_hook()
23 * ------------------- in soc_reset_hook()
25 * ------------------- in soc_reset_hook()
40 /* Enable/disable 32.768 kHz low-speed external crystal oscillator (LXT) */ in soc_reset_hook()
50 /* Enable 12 MHz high-speed internal RC oscillator (HIRC) */ in soc_reset_hook()
55 /* Enable 32 KHz low-speed internal RC oscillator (LIRC) */ in soc_reset_hook()
61 /* Enable/disable 48 MHz high-speed internal RC oscillator (HIRC48M) */ in soc_reset_hook()
73 CLK->PCLKDIV = DT_PROP(DT_NODELABEL(scc), clk_pclkdiv); in soc_reset_hook()
/Zephyr-latest/soc/nuvoton/numaker/m46x/
Dsoc.c4 * SPDX-License-Identifier: Apache-2.0
20 CLK->IOPDCTL = 1; in soc_reset_hook()
23 * ------------------- in soc_reset_hook()
25 * ------------------- in soc_reset_hook()
40 /* Enable/disable 32.768 kHz low-speed external crystal oscillator (LXT) */ in soc_reset_hook()
50 /* Enable 12 MHz high-speed internal RC oscillator (HIRC) */ in soc_reset_hook()
55 /* Enable 10 KHz low-speed internal RC oscillator (LIRC) */ in soc_reset_hook()
61 /* Enable/disable 48 MHz high-speed internal RC oscillator (HIRC48M) */ in soc_reset_hook()
73 CLK->PCLKDIV = DT_PROP(DT_NODELABEL(scc), clk_pclkdiv); in soc_reset_hook()
/Zephyr-latest/dts/arm/nuvoton/
Dm2l31x.dtsi4 * SPDX-License-Identifier: Apache-2.0
7 #include <arm/armv8-m.dtsi>
10 #include <zephyr/dt-bindings/clock/numaker_m2l31x_clock.h>
11 #include <zephyr/dt-bindings/reset/numaker_m2l31x_reset.h>
12 #include <zephyr/dt-bindings/gpio/gpio.h>
13 #include <zephyr/dt-bindings/i2c/i2c.h>
14 #include <zephyr/dt-bindings/adc/adc.h>
18 zephyr,flash-controller = &rmc;
26 #address-cells = <1>;
27 #size-cells = <0>;
[all …]
Dm46x.dtsi4 * SPDX-License-Identifier: Apache-2.0
7 #include <arm/armv7-m.dtsi>
9 #include <zephyr/dt-bindings/pinctrl/numaker-m46x-pinctrl.h>
10 #include <zephyr/dt-bindings/clock/numaker_m46x_clock.h>
11 #include <zephyr/dt-bindings/reset/numaker_m46x_reset.h>
12 #include <zephyr/dt-bindings/gpio/gpio.h>
13 #include <zephyr/dt-bindings/i2c/i2c.h>
14 #include <zephyr/dt-bindings/adc/adc.h>
18 zephyr,flash-controller = &fmc;
26 #address-cells = <1>;
[all …]
/Zephyr-latest/include/zephyr/dt-bindings/clock/
Dnumaker_m46x_clock.h4 * SPDX-License-Identifier: Apache-2.0
209 /* Beginning of M460 BSP clk.h copy */
211 /* CLKSEL0 constant definitions. (Write-protection) */
507 #define NUMAKER_CLK_CLKDIV0_HCLK(x) (((x)-1UL) << NUMAKER_CLK_CLKDIV0_HCLKDIV_Pos)
508 #define NUMAKER_CLK_CLKDIV0_USB(x) (((x)-1UL) << NUMAKER_CLK_CLKDIV0_USBDIV_Pos)
509 #define NUMAKER_CLK_CLKDIV0_SDH0(x) (((x)-1UL) << NUMAKER_CLK_CLKDIV0_SDH0DIV_Pos)
510 #define NUMAKER_CLK_CLKDIV0_UART0(x) (((x)-1UL) << NUMAKER_CLK_CLKDIV0_UART0DIV_Pos)
511 #define NUMAKER_CLK_CLKDIV0_UART1(x) (((x)-1UL) << NUMAKER_CLK_CLKDIV0_UART1DIV_Pos)
512 #define NUMAKER_CLK_CLKDIV0_EADC0(x) (((x)-1UL) << NUMAKER_CLK_CLKDIV0_EADC0DIV_Pos)
516 #define NUMAKER_CLK_CLKDIV1_SC0(x) (((x)-1UL) << NUMAKER_CLK_CLKDIV1_SC0DIV_Pos)
[all …]