Skip to content

Commit 5959618

Browse files
glneonmenon
authored andcommitted
dt-bindings: mfd: ti,j721e-system-controller: Add compatible string for AM654
Add the child nodes that can be found under this node. Then as done for other similar devices (J7200 and J721s2) add support for the AM654 system controller to this binding. Signed-off-by: Andrew Davis <afd@ti.com> Reviewed-by: Rob Herring (Arm) <robh@kernel.org> Link: https://lore.kernel.org/r/20250421214620.3770172-2-afd@ti.com Signed-off-by: Nishanth Menon <nm@ti.com>
1 parent 8a0bba5 commit 5959618

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

Documentation/devicetree/bindings/soc/ti/ti,j721e-system-controller.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ properties:
2626
compatible:
2727
items:
2828
- enum:
29+
- ti,am654-system-controller
2930
- ti,j7200-system-controller
3031
- ti,j721e-system-controller
3132
- ti,j721s2-system-controller
@@ -73,6 +74,18 @@ patternProperties:
7374
description:
7475
The node corresponding to PCIe control register.
7576

77+
"^clock@[0-9a-f]+$":
78+
type: object
79+
$ref: /schemas/soc/ti/ti,am654-serdes-ctrl.yaml#
80+
description:
81+
This is the Serdes Control region.
82+
83+
"^dss-oldi-io-ctrl@[0-9a-f]+$":
84+
type: object
85+
$ref: /schemas/mfd/syscon.yaml#
86+
description:
87+
This is the DSS OLDI CTRL region.
88+
7689
required:
7790
- compatible
7891
- reg

0 commit comments

Comments
 (0)