Created
February 20, 2017 13:43
-
-
Save FPtje/497ac37203507cc110f7a8e4540d2e1c to your computer and use it in GitHub Desktop.
Altera FPGA: Output of command in this comment: https://github.com/ikwzm/FPGA-SoC-Linux/issues/2#issuecomment-281081132
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/dts-v1/; | |
/ { | |
fpga-bridge@0 { | |
target-path = "/soc"; | |
__overlay__ { | |
#address-cells = <0x1>; | |
#size-cells = <0x1>; | |
hps_fpgabridge0: fpgabridge@0 { | |
compatible = "altr,socfpga-hps2fpga-bridge"; | |
label = "hps2fpga"; | |
resets = <33 96>; | |
reset-names = "hps2fpga"; | |
clocks = <3>; | |
}; | |
}; | |
}; | |
fpga-bridge@1 { | |
target-path = "/soc"; | |
__overlay__ { | |
#address-cells = <0x1>; | |
#size-cells = <0x1>; | |
hps_fpgabridge1: fpgabridge@1 { | |
compatible = "altr,socfpga-lwhps2fpga-bridge"; | |
label = "lwhps2fpga"; | |
resets = <33 97>; | |
reset-names = "lwhps2fpga"; | |
clocks = <3>; | |
}; | |
}; | |
}; | |
fpga-bridge@2 { | |
target-path = "/soc"; | |
__overlay__ { | |
#address-cells = <0x1>; | |
#size-cells = <0x1>; | |
hps_fpgabridge2: fpgabridge@2 { | |
compatible = "altr,socfpga-fpga2hps-bridge"; | |
label = "fpga2hps"; | |
resets = <33 98>; | |
reset-names = "fpga2hps"; | |
clocks = <3>; | |
}; | |
}; | |
}; | |
fpga-bridge@3 { | |
target-path = "/soc"; | |
__overlay__ { | |
#address-cells = <0x1>; | |
#size-cells = <0x1>; | |
l3regs@0xff800000 { | |
compatible = "altr,l3regs", "syscon"; | |
reg = <0xff800000 0x1000>; | |
}; | |
}; | |
}; | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment