microchip,nvmctrl-g3

Description

Microchip flash controller

Examples

/*
 * clock-parent phandle referes to the node label that
 * holds clock device in the tree. Flash driver uses this
 * phandle to initialize clocks for flash operations
 *
 */
nvmctrl: flash-controller@44002000 {
  compatible = "microchip,nvmctrl-g3";
  reg = <0x44002000 0x7c>, <0x44004000 0x60>;
  /* ... */
  clock-parent = <&clock>;

  flash0: flash@8000000 {
    compatible = "microchip,flash-g3", "soc-nv-flash";
    /* ... */
  };
};

Properties

Properties not inherited from the base binding file.

Name

Type

Details

clock-parent

phandle

Reference to the clock node