Message ID | 20250108-am62lx-v2-1-581285a37d8f@ti.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | arm64: dts: ti: introduce basic support for the AM62L | expand |
On Wed, Jan 08, 2025 at 04:51:53PM -0600, Bryan Brattlof wrote: > Add the binding for TI's AM62L family of devices. > > Signed-off-by: Bryan Brattlof <bb@ti.com> > --- > Changes in v1: > - separated out devicetree bindings Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Best regards, Krzysztof
diff --git a/Documentation/devicetree/bindings/arm/ti/k3.yaml b/Documentation/devicetree/bindings/arm/ti/k3.yaml index 18f155cd06c84..b109e854879cb 100644 --- a/Documentation/devicetree/bindings/arm/ti/k3.yaml +++ b/Documentation/devicetree/bindings/arm/ti/k3.yaml @@ -31,6 +31,12 @@ properties: - const: phytec,am62a-phycore-som - const: ti,am62a7 + - description: K3 AM62L3 SoC and Boards + items: + - enum: + - ti,am62l3-evm + - const: ti,am62l3 + - description: K3 AM62P5 SoC and Boards items: - enum:
Add the binding for TI's AM62L family of devices. Signed-off-by: Bryan Brattlof <bb@ti.com> --- Changes in v1: - separated out devicetree bindings --- Documentation/devicetree/bindings/arm/ti/k3.yaml | 6 ++++++ 1 file changed, 6 insertions(+)