Skip to content

Commit 1cf3817

Browse files
lynxeye-devbebarino
authored andcommitted
dt-bindings: Add binding for i.MX8MQ CCM
This adds the binding for the i.MX8MQ Clock Controller Module. Signed-off-by: Lucas Stach <l.stach@pengutronix.de> Signed-off-by: Abel Vesa <abel.vesa@nxp.com> Reviewed-by: Rob Herring <robh@kernel.org> Signed-off-by: Stephen Boyd <sboyd@kernel.org>
1 parent 6510223 commit 1cf3817

File tree

2 files changed

+415
-0
lines changed

2 files changed

+415
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
* Clock bindings for NXP i.MX8M Quad
2+
3+
Required properties:
4+
- compatible: Should be "fsl,imx8mq-ccm"
5+
- reg: Address and length of the register set
6+
- #clock-cells: Should be <1>
7+
- clocks: list of clock specifiers, must contain an entry for each required
8+
entry in clock-names
9+
- clock-names: should include the following entries:
10+
- "ckil"
11+
- "osc_25m"
12+
- "osc_27m"
13+
- "clk_ext1"
14+
- "clk_ext2"
15+
- "clk_ext3"
16+
- "clk_ext4"
17+
18+
The clock consumer should specify the desired clock by having the clock
19+
ID in its "clocks" phandle cell. See include/dt-bindings/clock/imx8mq-clock.h
20+
for the full list of i.MX8M Quad clock IDs.

0 commit comments

Comments
 (0)