Searched +full:rst +full:- +full:mgr (Results 1 – 13 of 13) sorted by relevance
/freebsd/sys/contrib/device-tree/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 [all...] |
H A D | socfpga-reset.txt | 4 - compatible : "altr,rst-mgr" for (Cyclone5/Arria5/Arria10) 5 "altr,stratix10-rst-mgr","altr,rst-mgr" for Stratix10 ARM64 SoC 6 - reg : Should contain 1 register ranges(address and length) 7 - altr,modrst-offset : Should contain the offset of the first modrst register. 8 - #reset-cells: 1 12 #reset-cells = <1>; 13 compatible = "altr,rst-mgr"; 15 altr,modrst-offset = <0x10>;
|
/freebsd/sys/contrib/device-tree/src/arm64/intel/ |
H A D | socfpga_agilex.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 6 /dts-v1/; 7 #include <dt-bindings/reset/altr,rst-mgr-s10.h> 8 #include <dt-binding 375 rst: rstmgr@ffd11000 { global() label [all...] |
/freebsd/sys/contrib/device-tree/src/arm64/altera/ |
H A D | socfpga_stratix10.dtsi | 1 // SPDX-License-Identifier: GPL-2.0-only 6 /dts-v1/; 7 #include <dt-bindings/reset/altr,rst-mgr-s1 371 rst: rstmgr@ffd11000 { global() label [all...] |
/freebsd/sys/contrib/device-tree/src/arm/intel/socfpga/ |
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 782 rst: rstmgr@ffd05000 { global() label [all...] |
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-cell 805 rst: rstmgr@ffd05000 { global() label [all...] |
/freebsd/sys/contrib/device-tree/Bindings/fpga/ |
H A D | altera-socfpga-a10-fpga-mgr.txt | 4 - compatible : should contain "altr,socfpga-a10-fpga-mgr" 5 - reg : base address and size for memory mapped io. 6 - The first index is for FPGA manager register access. 7 - The second index is for writing FPGA configuration data. 8 - resets : Phandle and reset specifier for the device's reset. 9 - clocks : Clocks used by the device. 13 fpga_mgr: fpga-mgr@ffd03000 { 14 compatible = "altr,socfpga-a10-fpga-mgr"; 18 resets = <&rst FPGAMGR_RESET>;
|
H A D | fpga-region.txt | 6 - Introduction 7 - Terminology 8 - Sequence 9 - FPGA Region 10 - Supported Use Models 11 - Device Tree Examples 12 - Constraints 82 --- [all...] |
/freebsd/sys/contrib/device-tree/include/dt-bindings/reset/ |
H A D | altr,rst-mgr-a10sr.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 7 * Adapted from altr,rst-mgr-a10.h
|
H A D | altr,rst-mgr-s10.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 6 * derived from Steffen Trumtrar's "altr,rst-mgr-a10.h" 71 /* 82-87 is empty */ 90 /* 164-16 [all...] |
/freebsd/sys/contrib/device-tree/Bindings/net/can/ |
H A D | bosch,c_can.yaml | 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 [all …]
|
/freebsd/sys/arm/altera/socfpga/ |
H A D | socfpga_rstmgr.c | 1 /*- 2 * Copyright (c) 2014-2017 Ruslan Bukin <br@bsdpad.com> 6 * Cambridge Computer Laboratory under DARPA/AFRL contract (FA8750-10-C-0237) 33 * Chapter 3, Cyclone V Device Handbook (CV-5V2 2014.07.22) 71 { -1, 0 } 90 * Register is write-only. in l3remap() 100 if (node == -1) { in l3remap() 101 device_printf(sc->dev, "Can't find l3regs node\n"); in l3remap() 149 if (err || !req->newptr) in rstmgr_sysctl() 186 ctx = device_get_sysctl_ctx(sc->dev); in rstmgr_add_sysctl() [all …]
|
/freebsd/share/misc/ |
H A D | pci_vendors | 5 # Date: 2024-09-20 03:15:02 8 # the PCI ID Project at https://pci-ids.ucw.cz/. 14 # (version 2 or higher) or the 3-clause BSD License. 25 # device device_name <-- single tab 26 # subvendor subdevice subsystem_name <-- two tabs 30 # This is a relabelled RTL-8139 31 8139 AT-2500TX V3 Ethernet 41 7a09 PCI-to-PCI Bridge 49 7a19 PCI-to-PCI Bridge 53 7a29 PCI-to-PCI Bridge [all …]
|