Commit 55b1caf7 authored by Hongchen Zhang's avatar Hongchen Zhang
Browse files

dt-bindings: security: add loongson_se

LoongArch inclusion
category: feature
bugzilla: https://gitee.com/openeuler/kernel/issues/IAZ3GN



--------------------------------

Signed-off-by: default avatarHongchen Zhang <zhanghongchen@loongson.cn>
parent 43acbd37
Loading
Loading
Loading
Loading
+33 −0
Original line number Diff line number Diff line
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
%YAML 1.2
---
$id: http://devicetree.org/schemas/security/loongson_se/se.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#

title: Loongson SE module

description:
  Loongson SE module
maintainers:
  - Qunqin Zhao <zhaoqunqin@loongson.cn>

allOf:
  - $ref: se.yaml#

properties:
  compatible:
    const: loongson,ls3c6000se

  reg:
    maxItems: 2

  interrupts:
    maxItems: 2

required:
  - compatible
  - reg
  - interrupts

additionalProperties: false
+5 −0
Original line number Diff line number Diff line
@@ -12456,6 +12456,11 @@ S: Maintained
F:	Documentation/devicetree/bindings/pinctrl/loongson,ls2k-pinctrl.yaml
F:	drivers/pinctrl/pinctrl-loongson2.c
LOONGSON SE DRIVER
M:	Qunqin Zhao <zhaoqunqin@loongson.cn>
S:	Maintained
F:	Documentation/devicetree/bindings/security/loongson_se/se.yaml
LOONGSON-2 SOC SERIES THERMAL DRIVER
M:	zhanghongchen <zhanghongchen@loongson.cn>
M:	Yinbo Zhu <zhuyinbo@loongson.cn>