Home
last modified time | relevance | path

Searched +full:axs10x +full:- +full:reset (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/device-tree/Bindings/reset/
H A Dsnps,axs10x-reset.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/reset/snps,axs10x-reset.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: AXS10x reset controller
10 - Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
13 This binding describes the ARC AXS10x boards custom IP-block which allows
14 to control reset signals of selected peripherals. For example DW GMAC, etc...
15 This block is controlled via memory-mapped register (AKA CREG) which
16 represents up-to 32 reset lines.
[all …]
H A Dsnps,axs10x-reset.txt1 Binding for the AXS10x reset controller
3 This binding describes the ARC AXS10x boards custom IP-block which allows
4 to control reset signals of selected peripherals. For example DW GMAC, etc...
5 This block is controlled via memory-mapped register (AKA CREG) which
6 represents up-to 32 reset lines.
9 - DW GMAC - line 5
11 This binding uses the common reset binding[1].
13 [1] Documentation/devicetree/bindings/reset/reset.txt
16 - compatible: should be "snps,axs10x-reset".
17 - reg: should always contain pair address - length: for creg reset
[all …]
/freebsd/sys/contrib/device-tree/src/arc/
H A Daxs10x_mb.dtsi1 // SPDX-License-Identifier: GPL-2.0-only
3 * Support for peripherals on the AXS10x mainboard
5 * Copyright (C) 2013-15 Synopsys, Inc. (www.synopsys.com)
14 compatible = "simple-bus";
15 #address-cells = <1>;
16 #size-cells = <1>;
18 interrupt-parent = <&mb_intc>;
20 creg_rst: reset-controller@11220 {
21 compatible = "snps,axs10x-reset";
22 #reset-cells = <1>;
[all …]