003 File Manager
Current Path:
/usr/src/sys/contrib/device-tree/Bindings/fpga
usr
/
src
/
sys
/
contrib
/
device-tree
/
Bindings
/
fpga
/
📁
..
📄
altera-fpga2sdram-bridge.txt
(353 B)
📄
altera-freeze-bridge.txt
(697 B)
📄
altera-hps2fpga-bridge.txt
(1.02 KB)
📄
altera-passive-serial.txt
(988 B)
📄
altera-pr-ip.txt
(276 B)
📄
altera-socfpga-a10-fpga-mgr.txt
(629 B)
📄
altera-socfpga-fpga-mgr.txt
(533 B)
📄
fpga-bridge.txt
(367 B)
📄
fpga-region.txt
(17.25 KB)
📄
intel-stratix10-soc-fpga-mgr.txt
(372 B)
📄
lattice-ice40-fpga-mgr.txt
(729 B)
📄
lattice-machxo2-spi.txt
(656 B)
📄
xilinx-pr-decoupler.txt
(1.12 KB)
📄
xilinx-slave-serial.txt
(1.62 KB)
📄
xilinx-zynq-fpga-mgr.txt
(560 B)
📄
xlnx,zynqmp-pcap-fpga.txt
(641 B)
Editing: lattice-machxo2-spi.txt
Lattice MachXO2 Slave SPI FPGA Manager Lattice MachXO2 FPGAs support a method of loading the bitstream over 'slave SPI' interface. See 'MachXO2ProgrammingandConfigurationUsageGuide.pdf' on www.latticesemi.com Required properties: - compatible: should contain "lattice,machxo2-slave-spi" - reg: spi chip select of the FPGA Example for full FPGA configuration: fpga-region0 { compatible = "fpga-region"; fpga-mgr = <&fpga_mgr_spi>; #address-cells = <0x1>; #size-cells = <0x1>; }; spi1: spi@2000 { ... fpga_mgr_spi: fpga-mgr@0 { compatible = "lattice,machxo2-slave-spi"; spi-max-frequency = <8000000>; reg = <0>; }; };
Upload File
Create Folder