From nobody Tue Feb 10 03:36:55 2026 Received: from metis.whiteo.stw.pengutronix.de (metis.whiteo.stw.pengutronix.de [185.203.201.7]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id D2825281379 for ; Thu, 10 Apr 2025 10:35:35 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.203.201.7 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1744281337; cv=none; b=oU5weiPK/rrvF703Rt1sVRfYbzrLDp/T7CGTQc1PMZ0ly3dz4jFnYSJfNrIvBhyI6cHDzaMbivtmovMFoZDXrmmwKASbS40sC7EjIJDFOMevaC5aj08s0n9w4KLxRPMIxy/57hciqX5d10eocqnBIyJiG7qK+ic1lHPYOQQ9GVQ= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1744281337; c=relaxed/simple; bh=9tkjJL0fMWPrvpzj2MReC2OeV1F90iCH3nmqV2Hztj8=; h=From:Date:Subject:MIME-Version:Content-Type:Message-Id:References: In-Reply-To:To:Cc; b=iwrUTwas5R+V5smGMaOK8Qt1wL2Yrw4n8lZzr4pSP65b16JQkjHVl3FnAD9/KAXlrY/fl/43AMZLyd/2oZIrzASVsyJRC5i5Ig/buPzASVhPmJ4/4Ae22w+3aEpywMWQF8sEc7DxCLSW8M0qPwSQPR3yJcHc526p8f/N8/wrcDw= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=pengutronix.de; spf=pass smtp.mailfrom=pengutronix.de; arc=none smtp.client-ip=185.203.201.7 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=pengutronix.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=pengutronix.de Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1u2pFS-0004gW-AC; Thu, 10 Apr 2025 12:35:06 +0200 Received: from dude02.red.stw.pengutronix.de ([2a0a:edc0:0:1101:1d::28]) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1u2pFR-004Ftt-2l; Thu, 10 Apr 2025 12:35:05 +0200 Received: from localhost ([::1] helo=dude02.red.stw.pengutronix.de) by dude02.red.stw.pengutronix.de with esmtp (Exim 4.96) (envelope-from ) id 1u2pFR-002dX6-2T; Thu, 10 Apr 2025 12:35:05 +0200 From: Sascha Hauer Date: Thu, 10 Apr 2025 12:34:57 +0200 Subject: [PATCH v3 2/3] dt-bindings: clock: add TI CDCE6214 binding Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Message-Id: <20250410-clk-cdce6214-v3-2-d73cf9ff3d80@pengutronix.de> References: <20250410-clk-cdce6214-v3-0-d73cf9ff3d80@pengutronix.de> In-Reply-To: <20250410-clk-cdce6214-v3-0-d73cf9ff3d80@pengutronix.de> To: Michael Turquette , Stephen Boyd , Rob Herring , Krzysztof Kozlowski , Conor Dooley Cc: linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, kernel@pengutronix.de, =?utf-8?q?Alvin_=C5=A0ipraga?= , Sascha Hauer X-Mailer: b4 0.12.3 X-Developer-Signature: v=1; a=ed25519-sha256; t=1744281305; l=5387; i=s.hauer@pengutronix.de; s=20230412; h=from:subject:message-id; bh=9tkjJL0fMWPrvpzj2MReC2OeV1F90iCH3nmqV2Hztj8=; b=p8PLX1aDz/AlTiW68nlZHfLLL5q3gaBuBMucTylY5IPFKSry5RINYZHJ/cpxxtfey8dE22gsl DQrcInuXXqwBzqMTrJiIpfYSizK0XrTSTkq3SM2LXJ69DzzPvw9uKv3 X-Developer-Key: i=s.hauer@pengutronix.de; a=ed25519; pk=4kuc9ocmECiBJKWxYgqyhtZOHj5AWi7+d0n/UjhkwTg= X-SA-Exim-Connect-IP: 2a0a:edc0:0:c01:1d::a2 X-SA-Exim-Mail-From: s.hauer@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false X-PTX-Original-Recipient: linux-kernel@vger.kernel.org The CDCE6214 is a Ultra-Low Power Clock Generator With One PLL, Four Differential Outputs, Two Inputs, and Internal EEPROM. This patch adds the device tree binding for this chip. Signed-off-by: Sascha Hauer --- .../devicetree/bindings/clock/ti,cdce6214.yaml | 155 +++++++++++++++++= ++++ include/dt-bindings/clock/ti,cdce6214.h | 24 ++++ 2 files changed, 179 insertions(+) diff --git a/Documentation/devicetree/bindings/clock/ti,cdce6214.yaml b/Doc= umentation/devicetree/bindings/clock/ti,cdce6214.yaml new file mode 100644 index 0000000000000..12737e67dcf2d --- /dev/null +++ b/Documentation/devicetree/bindings/clock/ti,cdce6214.yaml @@ -0,0 +1,155 @@ +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) +%YAML 1.2 +--- +$id: http://devicetree.org/schemas/clock/ti,cdce6214.yaml# +$schema: http://devicetree.org/meta-schemas/core.yaml# + +title: TI CDCE6214 programmable clock generator with PLL + +maintainers: + - Sascha Hauer + +description: + Ultra-Low Power Clock Generator With One PLL, Four Differential Outputs, + Two Inputs, and Internal EEPROM + + https://www.ti.com/product/CDCE6214 + +properties: + compatible: + enum: + - ti,cdce6214 + + reg: + maxItems: 1 + + clocks: + minItems: 1 + maxItems: 2 + + clock-names: + minItems: 1 + maxItems: 1 + items: + enum: [ priref, secref ] + + '#address-cells': + const: 1 + + '#size-cells': + const: 0 + + '#clock-cells': + const: 1 + +patternProperties: + '^clk@[0-1]$': + type: object + description: + optional child node that can be used to specify input pin parameters= . The reg + properties match the CDCE6214_CLK_* defines. + + additionalProperties: false + + properties: + reg: + description: + clock input identifier. + minimum: 0 + maximum: 1 + + ti,clkin-fmt: + enum: [ lvcmos, xtal, differential ] + description: + Clock input format. + + ti,xo-cload-femtofarads: + description: + Selects load cap for XO in femto Farad (fF). Up to 9000fF + minimum: 3000 + maximum: 9000 + + ti,xo-bias-current-microamp: + description: + Bias current setting of the XO. + minimum: 0 + maximum: 1758 + + '^clk@[2-9]$': + type: object + description: + optional child node that can be used to specify output pin parameter= s. The reg + properties match the CDCE6214_CLK_* defines. + + additionalProperties: false + + properties: + reg: + description: + clock output identifier. + minimum: 2 + maximum: 9 + + ti,clkout-fmt: + enum: [ cmos, lvds, lp-hcsl ] + description: + Clock input format. + + ti,cmosn-mode: + enum: [ disabled, high, low ] + description: + CMOSN output mode. + + ti,cmosp-mode: + enum: [ disabled, high, low ] + description: + CMOSP output mode. + +required: + - compatible + - reg + - clocks + - '#clock-cells' + +additionalProperties: false + +examples: + - | + i2c { + #address-cells =3D <1>; + #size-cells =3D <0>; + + clock-generator@67 { + compatible =3D "ti,cdce6214"; + reg =3D <0x67>; + #address-cells =3D <1>; + #size-cells =3D <0>; + #clock-cells =3D <1>; + clocks =3D <&clock_ref25m>; + clock-names =3D "secref"; + + clk@1 { + reg =3D <1>; // CDCE6214_CLK_SECREF + ti,clkin-fmt =3D "xtal"; + ti,xo-cload-femtofarads =3D <4400>; + ti,xo-bias-current-microamp =3D <295>; + }; + + clk@3 { + reg =3D <3>; // CDCE6214_CLK_OUT1 + ti,clkout-fmt =3D "cmos"; + ti,cmosp-mode =3D "high"; + ti,cmosn-mode =3D "low"; + }; + + clk@4 { + reg =3D <4>; // CDCE6214_CLK_OUT2 + ti,clkout-fmt =3D "lvds"; + }; + + clk@6 { + reg =3D <6>; // CDCE6214_CLK_OUT4 + ti,clkout-fmt =3D "lp-hcsl"; + }; + }; + }; diff --git a/include/dt-bindings/clock/ti,cdce6214.h b/include/dt-bindings/= clock/ti,cdce6214.h new file mode 100644 index 0000000000000..1b41060896cc3 --- /dev/null +++ b/include/dt-bindings/clock/ti,cdce6214.h @@ -0,0 +1,24 @@ +#ifndef _DT_BINDINGS_CLK_TI_CDCE6214_H +#define _DT_BINDINGS_CLK_TI_CDCE6214_H + +/* + * primary/secondary inputs. Not registered as clocks, but used + * as reg properties for the subnodes specifying the input properties + */ +#define CDCE6214_CLK_PRIREF 0 +#define CDCE6214_CLK_SECREF 1 + +/* + * Clock indices for the clocks provided by the CDCE6214. Also used + * as reg properties for the subnodes specifying the output properties + */ +#define CDCE6214_CLK_OUT0 2 +#define CDCE6214_CLK_OUT1 3 +#define CDCE6214_CLK_OUT2 4 +#define CDCE6214_CLK_OUT3 5 +#define CDCE6214_CLK_OUT4 6 +#define CDCE6214_CLK_PLL 7 +#define CDCE6214_CLK_PSA 8 +#define CDCE6214_CLK_PSB 9 + +#endif /* _DT_BINDINGS_CLK_TI_CDCE6214_H */ --=20 2.39.5