Path: blob/master/Documentation/devicetree/bindings/arm/amlogic/amlogic,meson-mx-secbus2.yaml
26309 views
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)1%YAML 1.22---3$id: http://devicetree.org/schemas/arm/amlogic/amlogic,meson-mx-secbus2.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: Amlogic Meson8/Meson8b/Meson8m2 SECBUS2 register interface78maintainers:9- Martin Blumenstingl <martin.blumenstingl@googlemail.com>1011description: |12The Meson8/Meson8b/Meson8m2 SoCs have a register bank called SECBUS2 which13contains registers for various IP blocks such as pin-controller bits for14the BSD_EN and TEST_N GPIOs as well as some AO ARC core control bits.15The registers can be accessed directly when not running in "secure mode".16When "secure mode" is enabled then these registers have to be accessed17through secure monitor calls.1819properties:20compatible:21items:22- enum:23- amlogic,meson8-secbus224- amlogic,meson8b-secbus225- const: syscon2627reg:28maxItems: 12930required:31- compatible32- reg3334additionalProperties: false3536examples:37- |38secbus2: system-controller@4000 {39compatible = "amlogic,meson8-secbus2", "syscon";40reg = <0x4000 0x2000>;41};424344