public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Jesse Taube <mr.bossman075@gmail.com>
To: u-boot@lists.denx.de
Cc: sbabic@denx.de, festevam@gmail.com, festevam@denx.de,
	uboot-imx@nxp.com, giulio.benetti@benettiengineering.com,
	lukma@denx.de, seanga2@gmail.com, sjg@chromium.org,
	jagan@amarulasolutions.com, kever.yang@rock-chips.com,
	andre.przywara@arm.com, pbrobinson@gmail.com,
	tharvey@gateworks.com, paul.liu@linaro.org,
	christianshewitt@gmail.com, Mr.Bossman075@gmail.com,
	samuel@sholland.org
Subject: [PATCH v2 3/8] dt-bindings: imx: Add clock binding for i.MXRT1170
Date: Fri, 17 Jun 2022 12:42:32 -0400	[thread overview]
Message-ID: <20220617164237.1350241-4-Mr.Bossman075@gmail.com> (raw)
In-Reply-To: <20220617164237.1350241-1-Mr.Bossman075@gmail.com>

Add the clock binding doc for i.MXRT1170.

Signed-off-by: Jesse Taube <Mr.Bossman075@gmail.com>
---
V1 -> V2:
* Nothing done
---
 include/dt-bindings/clock/imxrt1170-clock.h | 48 +++++++++++++++++++++
 1 file changed, 48 insertions(+)
 create mode 100644 include/dt-bindings/clock/imxrt1170-clock.h

diff --git a/include/dt-bindings/clock/imxrt1170-clock.h b/include/dt-bindings/clock/imxrt1170-clock.h
new file mode 100644
index 0000000000..8ab8018a15
--- /dev/null
+++ b/include/dt-bindings/clock/imxrt1170-clock.h
@@ -0,0 +1,48 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
+/*
+ * Copyright (C) 2022
+ * Author(s): Jesse Taube <Mr.Bossman075@gmail.com>
+ */
+
+#ifndef __DT_BINDINGS_CLOCK_IMXRT1170_H
+#define __DT_BINDINGS_CLOCK_IMXRT1170_H
+
+#define IMXRT1170_CLK_DUMMY			0
+#define IMXRT1170_CLK_OSC			1
+#define IMXRT1170_CLK_OSC_32K			2
+#define IMXRT1170_CLK_RCOSC_16M			3
+#define IMXRT1170_CLK_RCOSC_48M			4
+#define IMXRT1170_CLK_RCOSC_48M_DIV2		5
+#define IMXRT1170_CLK_RCOSC_400M		6
+#define IMXRT1170_CLK_PLL_ARM			7
+#define IMXRT1170_CLK_PLL_AUDIO			8
+#define IMXRT1170_CLK_PLL_VIDEO			9
+#define IMXRT1170_CLK_PLL1			10
+#define IMXRT1170_CLK_PLL1_DIV2			11
+#define IMXRT1170_CLK_PLL1_DIV5			12
+#define IMXRT1170_CLK_PLL2			13
+#define IMXRT1170_CLK_PLL2_PFD0			14
+#define IMXRT1170_CLK_PLL2_PFD1			15
+#define IMXRT1170_CLK_PLL2_PFD2			16
+#define IMXRT1170_CLK_PLL2_PFD3			17
+#define IMXRT1170_CLK_PLL3			18
+#define IMXRT1170_CLK_PLL3_DIV2			19
+#define IMXRT1170_CLK_PLL3_PFD0			20
+#define IMXRT1170_CLK_PLL3_PFD1			21
+#define IMXRT1170_CLK_PLL3_PFD2			22
+#define IMXRT1170_CLK_PLL3_PFD3			23
+#define IMXRT1170_CLK_M7			24
+#define IMXRT1170_CLK_M4			25
+#define IMXRT1170_CLK_BUS			26
+#define IMXRT1170_CLK_BUS_LPSR			27
+#define IMXRT1170_CLK_LPUART1_SEL		28
+#define IMXRT1170_CLK_LPUART1			29
+#define IMXRT1170_CLK_USDHC1_SEL		30
+#define IMXRT1170_CLK_USDHC1			31
+#define IMXRT1170_CLK_GPT1_SEL			32
+#define IMXRT1170_CLK_GPT1			33
+#define IMXRT1170_CLK_SEMC_SEL			34
+#define IMXRT1170_CLK_SEMC			35
+#define IMXRT1170_CLK_END			36
+
+#endif /* __DT_BINDINGS_CLOCK_IMXRT1170_H */
-- 
2.36.1


  parent reply	other threads:[~2022-06-17 16:43 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-17 16:42 [PATCH v2 0/8] Add support for the i.MXRT1170 Jesse Taube
2022-06-17 16:42 ` [PATCH v2 1/8] imx: imxrt1170-evk: Add support for the NXP i.MXRT1170-EVK Jesse Taube
2022-06-17 16:42 ` [PATCH v2 2/8] ARM: dts: imxrt11170-pinfunc: Add pinctrl binding header Jesse Taube
2022-06-17 16:42 ` Jesse Taube [this message]
2022-06-17 16:42 ` [PATCH v2 4/8] clk: imx: Add i.MXRT11xx pllv3 variant Jesse Taube
2022-06-17 16:42 ` [PATCH v2 5/8] clk: imx: Add initial support for i.MXRT1170 clock driver Jesse Taube
2022-06-17 16:42 ` [PATCH v2 6/8] RAM: Add changes for i.MXRT11xx series Jesse Taube
2022-06-17 16:42 ` [PATCH v2 7/8] ARM: dts: imx: add i.MXRT1170-EVK support Jesse Taube
2022-06-17 16:42 ` [PATCH v2 8/8] ARM: imxrt1170_defconfig: Add i.MXRT1170 defconfig Jesse Taube
2022-06-18  0:43   ` Fabio Estevam
2022-06-18 14:32     ` Giulio Benetti
2022-06-21 14:52       ` Fabio Estevam
2022-07-25 13:34 ` [PATCH v2 0/8] Add support for the i.MXRT1170 Stefano Babic
2022-07-26  2:53   ` Jesse Taube

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220617164237.1350241-4-Mr.Bossman075@gmail.com \
    --to=mr.bossman075@gmail.com \
    --cc=andre.przywara@arm.com \
    --cc=christianshewitt@gmail.com \
    --cc=festevam@denx.de \
    --cc=festevam@gmail.com \
    --cc=giulio.benetti@benettiengineering.com \
    --cc=jagan@amarulasolutions.com \
    --cc=kever.yang@rock-chips.com \
    --cc=lukma@denx.de \
    --cc=paul.liu@linaro.org \
    --cc=pbrobinson@gmail.com \
    --cc=samuel@sholland.org \
    --cc=sbabic@denx.de \
    --cc=seanga2@gmail.com \
    --cc=sjg@chromium.org \
    --cc=tharvey@gateworks.com \
    --cc=u-boot@lists.denx.de \
    --cc=uboot-imx@nxp.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox