-
Notifications
You must be signed in to change notification settings - Fork 6.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add global HSFLL clock control device driver #81735
base: main
Are you sure you want to change the base?
Add global HSFLL clock control device driver #81735
Commits on Dec 6, 2024
-
manifest: hal_nordic: update to include nrfs services
Update hal_nordic revision to include nrfs services: - GDPWR - GDFS Signed-off-by: Bjarki Arge Andreasen <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 650aff4 - Browse repository at this point
Copy the full SHA 650aff4View commit details -
soc: nordic: nrf54h: gpd: align GPD domain names
nRFs exposes now all power domains, following their actual name in the specification. Add support for all of them in the GPD service. Note that this is a breaking change: running this code requires a new SCFW as IDs have changed in nRFs and so SCFW. Signed-off-by: Gerard Marull-Paretas <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 679ceba - Browse repository at this point
Copy the full SHA 679cebaView commit details -
modules: hal_nordic: nrfs: add GDFS Service
Adding the implementation for the GDFS service Signed-off-by: Paweł Pelikan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b27db56 - Browse repository at this point
Copy the full SHA b27db56View commit details
Commits on Dec 9, 2024
-
dts: nordic: specify device model of global hsfll clock
Add specific device model for global hsfll clock and update dts tree to use specific model. The clock is not fixed, and configurable at runtime to predefined frequencies specified by the platform. Signed-off-by: Bjarki Arge Andreasen <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8ac8e38 - Browse repository at this point
Copy the full SHA 8ac8e38View commit details -
dts: bindings: update nrf-hsfll to nrf-hsfll-local
The nrf-hsfll was previously the only supported HSFLL clock, hence it was not namespaced fully. Since we added nrf-hsfll-global, we should add the namespace to nrf-hsfll as well. Updates drivers and devicetree uses of HSFLL as well. Signed-off-by: Bjarki Arge Andreasen <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 325678c - Browse repository at this point
Copy the full SHA 325678cView commit details -
drivers: clock_control: nrf2: add support for global hfsll clock
Add device driver support for global hsfll clock. Signed-off-by: Bjarki Arge Andreasen <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 972f238 - Browse repository at this point
Copy the full SHA 972f238View commit details -
samples: boards: nordic: clock_control: support global hsfll
Extend sample to support global hsfll clock control. Signed-off-by: Bjarki Arge Andreasen <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8c031b4 - Browse repository at this point
Copy the full SHA 8c031b4View commit details -
tests: drivers: clock_control: nrf: add global hsfll clock
Extend test suite to test global HSFLL clock. Signed-off-by: Bjarki Arge Andreasen <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dfd7104 - Browse repository at this point
Copy the full SHA dfd7104View commit details -
soc: nordic: nrf54h20: restrict global hsfll freq
Introduce feature which restricts the minimum global hsfll frequency. This feature is selected by default to preserve the behavior of the global hsfll before the clock control driver for it was introduced, which configured it as a fixed clock at 320MHz. Signed-off-by: Bjarki Arge Andreasen <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3b30f64 - Browse repository at this point
Copy the full SHA 3b30f64View commit details