Lines Matching +full:clock +full:- +full:indices
1 * Microchip PIC32 Clock and Oscillator
3 Microchip PIC32 clock tree consists of few oscillators, PLLs,
5 to various controllers within SoC and also to off-chip.
7 PIC32 clock controller output is defined by indices as defined
10 [0] include/dt-bindings/clock/microchip,clock.h
13 - compatible: should be "microchip,pic32mzda_clk"
14 - reg: physical base address of the controller and length of memory mapped
16 - #clock-cells: should be 1.
18 Example: Clock controller node:
20 clock: clk@1f801200 {
21 compatible = "microchip,pic32mzda-clk";
25 Example: UART controller node that consumes the clock generated by the clock
29 compatible = "microchip,pic32mzda-uart";
32 clocks = <&clock PB2CLK>;