1*ae5de77eSEmmanuel Vadot# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 2*ae5de77eSEmmanuel Vadot%YAML 1.2 3*ae5de77eSEmmanuel Vadot--- 4*ae5de77eSEmmanuel Vadot$id: http://devicetree.org/schemas/ezchip,nps400-ic.yaml# 5*ae5de77eSEmmanuel Vadot$schema: http://devicetree.org/meta-schemas/core.yaml# 6*ae5de77eSEmmanuel Vadot 7*ae5de77eSEmmanuel Vadottitle: EZchip NPS Interrupt Controller 8*ae5de77eSEmmanuel Vadot 9*ae5de77eSEmmanuel Vadotmaintainers: 10*ae5de77eSEmmanuel Vadot - Noam Camus <noamc@ezchip.com> 11*ae5de77eSEmmanuel Vadot 12*ae5de77eSEmmanuel Vadotproperties: 13*ae5de77eSEmmanuel Vadot compatible: 14*ae5de77eSEmmanuel Vadot const: ezchip,nps400-ic 15*ae5de77eSEmmanuel Vadot 16*ae5de77eSEmmanuel Vadot interrupt-controller: true 17*ae5de77eSEmmanuel Vadot 18*ae5de77eSEmmanuel Vadot '#interrupt-cells': 19*ae5de77eSEmmanuel Vadot const: 1 20*ae5de77eSEmmanuel Vadot 21*ae5de77eSEmmanuel Vadotrequired: 22*ae5de77eSEmmanuel Vadot - compatible 23*ae5de77eSEmmanuel Vadot - interrupt-controller 24*ae5de77eSEmmanuel Vadot - '#interrupt-cells' 25*ae5de77eSEmmanuel Vadot 26*ae5de77eSEmmanuel VadotadditionalProperties: false 27*ae5de77eSEmmanuel Vadot 28*ae5de77eSEmmanuel Vadotexamples: 29*ae5de77eSEmmanuel Vadot - | 30*ae5de77eSEmmanuel Vadot interrupt-controller { 31*ae5de77eSEmmanuel Vadot compatible = "ezchip,nps400-ic"; 32*ae5de77eSEmmanuel Vadot interrupt-controller; 33*ae5de77eSEmmanuel Vadot #interrupt-cells = <1>; 34*ae5de77eSEmmanuel Vadot }; 35