Lines Matching +full:system +full:- +full:clock +full:- +full:frequency
1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
13 - Ayush Singh <ayushdevel1325@gmail.com>
21 - description: high-frequency main system (MCU and peripherals) clock
22 - description: low-frequency system clock
24 clock-names:
26 - const: sclk_hf
27 - const: sclk_lf
29 reset-gpios:
32 bootloader-backdoor-gpios:
38 vdds-supply: true
41 - compatible
46 - |
47 #include <dt-bindings/gpio/gpio.h>
53 clock-names = "sclk_hf", "sclk_lf";
54 reset-gpios = <&pio 35 GPIO_ACTIVE_LOW>;
55 bootloader-backdoor-gpios = <&pio 36 GPIO_ACTIVE_LOW>;
56 vdds-supply = <&vdds>;