Lines Matching +full:rst +full:- +full:mgr
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
12 - Dario Binacchi <dariobin@libero.it>
15 - $ref: can-controller.yaml#
20 - enum:
21 - bosch,c_can
22 - bosch,d_can
23 - ti,dra7-d_can
24 - ti,am3352-d_can
25 - items:
26 - enum:
27 - ti,am4372-d_can
28 - const: ti,am3352-d_can
37 power-domains:
49 clock-names:
52 syscon-raminit:
57 $ref: /schemas/types.yaml#/definitions/phandle-array
59 - items:
60 - description: The phandle to the system control region.
61 - description: The register offset.
62 - description: The CAN instance number.
68 - compatible
69 - reg
70 - interrupts
71 - clocks
78 - bosch,d_can
84 - description: Error and status IRQ
85 - description: Message object IRQ
86 - description: RAM ECC correctable error IRQ
87 - description: RAM ECC non-correctable error IRQ
93 - description: Error and status IRQ
98 - |
99 #include <dt-bindings/reset/altr,rst-mgr.h>
106 resets = <&rst CAN0_RESET>;
108 - |
110 compatible = "ti,am3352-d_can";
113 clock-names = "fck";
114 syscon-raminit = <&scm_conf 0x644 1>;