Forum Discussion
Altera_Forum
Honored Contributor
8 years agoThank!.. but I have a VIP declaration in device tree
--- Quote Start --- Hello, for the VIP IP in the FPGA, you will need to add to the device tree manually (as far as I know, the device tree generator does not recognize the VIP IP). To obtain the VIP device tree declaration, you can use the device tree file that is included in the DE1-SoC MTL2 package. http://www.terasic.com.tw/cgi-bin/page/archive.pl?language=english&categoryno=204&no=930&partno=4 I've attached the relevant dtsi file here - you can modify or merge with your own dts file --- Quote End ---alt_vip_vfr_0: vip@0x100000000 {
compatible = "ALTR,vip-frame-reader-14.0", "ALTR,vip-frame-reader-9.1";
reg = <0x00000001 0x00000000 0x00000080>;
clocks = <&video_pll_0 &pll_0>;
clock-names = "clock_reset", "clock_master";
max-width = <1024>; /* MAX_IMAGE_WIDTH type NUMBER */
max-height = <768>; /* MAX_IMAGE_HEIGHT type NUMBER */
bits-per-color = <8>; /* BITS_PER_PIXEL_PER_COLOR_PLANE type NUMBER */
colors-per-beat = <4>; /* NUMBER_OF_CHANNELS_IN_PARALLEL type NUMBER */
beats-per-pixel = <1>; /* NUMBER_OF_CHANNELS_IN_SEQUENCE type NUMBER */
mem-word-width = <128>; /* MEM_PORT_WIDTH type NUMBER */
}; //end vip@0x100000000 (alt_vip_vfr_0)
}; //end bridge@0xff200000 (hps_0_bridges) I'm not worried for the error messages because som of them not have a connection with the hps. There are something wrong in other part of the code.