microchip,pic32cm-sg-gc-mclkdomain

Description

PIC32CM_SG_GC Main clock domains

Main Clock Controller provides synchronous system clocks to the CPU & peripherals.

Examples

#Usage example:

&clock {
  compatible = "microchip,pic32cm-sg-gc-clock";

  mclkdomain: mclkdomain {
    compatible = "microchip,pic32cm-sg-gc-mclkdomain";

    mclkcpu {
      subsystem = <CLOCK_MCHP_MCLKDOMAIN_ID_CPU>;
      mclk-div = <1>;
    };
  };
};

Properties

Top level properties

These property descriptions apply to “microchip,pic32cm-sg-gc-mclkdomain” nodes themselves. This page also describes child node properties in the following sections.

Properties not inherited from the base binding file.

(None)

Child node properties

Name

Type

Details

subsystem

int

Clock subsystem

This property is required.

mclk-div

int

Clock Division Factor

Default value: 1

Legal values: 1, 2, 4, 8, 16, 32, 64, 128