Searched +full:axs10x +full:- +full:reset (Results 1 – 3 of 3) sorted by relevance
1 # 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 controller10 - Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>13 This binding describes the ARC AXS10x boards custom IP-block which allows14 to control reset signals of selected peripherals. For example DW GMAC, etc...15 This block is controlled via memory-mapped register (AKA CREG) which16 represents up-to 32 reset lines.[all …]
1 Binding for the AXS10x reset controller3 This binding describes the ARC AXS10x boards custom IP-block which allows4 to control reset signals of selected peripherals. For example DW GMAC, etc...5 This block is controlled via memory-mapped register (AKA CREG) which6 represents up-to 32 reset lines.9 - DW GMAC - line 511 This binding uses the common reset binding[1].13 [1] Documentation/devicetree/bindings/reset/reset.txt16 - compatible: should be "snps,axs10x-reset".17 - reg: should always contain pair address - length: for creg reset[all …]
1 // SPDX-License-Identifier: GPL-2.0-only3 * Support for peripherals on the AXS10x mainboard5 * 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 …]