dts: Add Kinetis SIM clock bindings
Adds device tree bindings for the Kinetis System Integration Module (SIM), and defines peripheral source clocks (e.g., system clock or bus clock) and clock gates for all Kinetis SoCs. Signed-off-by: Maureen Helm <maureen.helm@nxp.com>
This commit is contained in:
parent
213df22c99
commit
3291735d11
14 changed files with 187 additions and 60 deletions
14
include/dt-bindings/clock/kinetis_sim.h
Normal file
14
include/dt-bindings/clock/kinetis_sim.h
Normal file
|
@ -0,0 +1,14 @@
|
|||
/*
|
||||
* Copyright (c) 2017, NXP
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
#ifndef __KINETIS_SIM_H
|
||||
#define __KINETIS_SIM_H
|
||||
|
||||
#define KINETIS_SIM_CORESYS_CLK 0
|
||||
#define KINETIS_SIM_PLATFORM_CLK 1
|
||||
#define KINETIS_SIM_BUS_CLK 2
|
||||
|
||||
#endif /* __KINETIS_SIM_H */
|
Loading…
Add table
Add a link
Reference in a new issue