microchip,nvmctrl-g2

Description

Microchip NVMCTRL (Nonvolatile Memory Controller)

Microchip NVMCTRL driver for Flash

Group g2 NVMCTRL driver supports following hardware peripherals:
  - module name="NVMCTRL" id="03929" version="1a0"

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@41004000 {
  compatible = "microchip,nvmctrl-g2";
  reg = <0x41004000 0xa0>;
  /* ... */
  clock-parent = <&clock>;

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

Properties

Properties not inherited from the base binding file.

Name

Type

Details

clock-parent

phandle

Reference to the clock node