nordic,nrf-hsfll-global

Vendor: Nordic Semiconductor

Note

An implementation of a driver matching this compatible is available in drivers/clock_control/clock_control_nrf2_global_hsfll.c.

Description

Nordic Global HSFLL clock.

The lowest supported clock frequency is the default
clock frequency.

Example:

  global_hsfll: global_hsfll {
          compatible = "nordic,nrf-hsfll-global";
          clocks = <&fll16>;
          #clock-cells = <0>;
          clock-frequency = <320000000>;
          supported-clock-frequencies = <64000000
                                         128000000
                                         256000000
                                         320000000>;
  };

Properties

Properties not inherited from the base binding file.

Name

Type

Details

#clock-cells

int

Number of items to expect in a Clock specifier

This property is required.

supported-clock-frequencies

array

Supported clock frequencies in ascending order

clock-frequency

int

Optional fixed frequency specified if used in fixed
frequency mode.