Path: blob/master/Documentation/devicetree/bindings/firmware/amlogic,meson-gxbb-sm.yaml
26308 views
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)1%YAML 1.22---3$id: http://devicetree.org/schemas/firmware/amlogic,meson-gxbb-sm.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: Amlogic Secure Monitor (SM)78description:9In the Amlogic SoCs the Secure Monitor code is used to provide access to the10NVMEM, enable JTAG, set USB boot, etc...1112maintainers:13- Neil Armstrong <neil.armstrong@linaro.org>1415properties:16compatible:17oneOf:18- const: amlogic,meson-gxbb-sm19- items:20- const: amlogic,meson-gx-sm21- const: amlogic,meson-gxbb-sm2223power-controller:24type: object25$ref: /schemas/power/amlogic,meson-sec-pwrc.yaml#2627required:28- compatible2930additionalProperties: false3132examples:33- |34firmware {35secure-monitor {36compatible = "amlogic,meson-gxbb-sm";37};38};394041