Searched +full:modrst +full:- +full:offset (Results 1 – 5 of 5) 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/arm64/boot/dts/altera/ |
H A D | socfpga_stratix10_swvp.dts | 1 // SPDX-License-Identifier: GPL-2.0 10 compatible = "altr,socfpga-stratix10-swvp", "altr,socfpga-stratix10"; 27 stdout-path = "serial1:115200n8"; 28 linux,initrd-start = <0x10000000>; 29 linux,initrd-end = <0x125c8324>; 39 enable-method = "spin-table"; 40 cpu-release-addr = <0x0 0x0000fff8>; 44 enable-method = "spin-table"; 45 cpu-release-addr = <0x0 0x0000fff8>; 49 enable-method = "spin-table"; [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 …]
|
H A D | socfpga_arria10.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 6 #include <dt-bindings/interrupt-controller/arm-gic.h> 7 #include <dt-bindings/reset/altr,rst-mgr-a10.h> 10 #address-cells = <1>; 11 #size-cells = <1>; 14 #address-cells = <1>; 15 #size-cells = <0>; 16 enable-method = "altr,socfpga-a10-smp"; 19 compatible = "arm,cortex-a9"; 22 next-level-cache = <&L2>; [all …]
|