Searched +full:modrst +full:- +full:offset (Results 1 – 3 of 3) sorted by relevance
/linux/Documentation/devicetree/bindings/reset/ |
H A D | altr,rst-mgr.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/reset/altr,rst-mgr.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Dinh Nguyen <dinguyen@kernel.org> 15 - description: Cyclone5/Arria5/Arria10 16 const: altr,rst-mgr 17 - description: Stratix10 ARM64 SoC 19 - const: altr,stratix10-rst-mgr 20 - const: altr,rst-mgr [all …]
|
/linux/drivers/reset/ |
H A D | reset-socfpga.c | 1 // SPDX-License-Identifier: GPL-2.0 4 * Copied from reset-sunxi.c 13 #include <linux/reset-controller.h> 14 #include <linux/reset/reset-simple.h> 32 return -ENOMEM; in a10_reset_init() 39 if (!request_mem_region(res.start, size, np->name)) { in a10_reset_init() 40 ret = -EBUSY; in a10_reset_init() 44 data->membase = ioremap(res.start, size); in a10_reset_init() 45 if (!data->membase) { in a10_reset_init() 46 ret = -ENOMEM; in a10_reset_init() [all …]
|
/linux/arch/arm/boot/dts/intel/socfpga/ |
H A D | socfpga.dtsi | 1 // SPDX-License-Identifier: GPL-2.0+ 6 #include <dt-bindings/reset/altr,rst-mgr.h> 9 #address-cells = <1>; 10 #size-cells = <1>; 22 #address-cells = <1>; 23 #size-cells = <0>; 24 enable-method = "altr,socfpga-smp"; 27 compatible = "arm,cortex-a9"; 30 next-level-cache = <&L2>; 33 compatible = "arm,cortex-a9"; [all …]
|