Document the new T7 SoC/board device tree bindings. T7 is an advanced application processor designed for smart display. It integrates a powerful CPU/GPU subsystem, a secured 8K video CODEC engine with all major peripherals. The main system CPU is based on Big.LITTLE architecture, with quad core Cortex-A73 cluster and quad core Cortex-A53 cluster. Signed-off-by: Xianwei Zhao <xianwei.zhao@xxxxxxxxxxx> --- Documentation/devicetree/bindings/arm/amlogic.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Documentation/devicetree/bindings/arm/amlogic.yaml b/Documentation/devicetree/bindings/arm/amlogic.yaml index 08d59842655c..79a8b44ffd03 100644 --- a/Documentation/devicetree/bindings/arm/amlogic.yaml +++ b/Documentation/devicetree/bindings/arm/amlogic.yaml @@ -218,6 +218,12 @@ properties: - amlogic,aq222 - const: amlogic,s4 + - description: Boards with the Amlogic T7 A311D2 SoC + items: + - enum: + - amlogic,an400 + - const: amlogic,t7 + additionalProperties: true ... -- 2.37.1