Forum Discussion
Alberto_F
New Contributor
4 years agoCyclone V I2C0 on HPS fails to start
Hello all,
I have a custom CycloneV SOM board with several peripherals: Ethernet, UART1 and 0, SDMMC, GPIO, I2C.
I'm using Buildroot to build the project. uBoot is v2020.10.
Ethernet, SDMMC, U...
Alberto_F
New Contributor
4 years agoSolved. That was a silly mistake.
I had to explicitly add
i2c0: i2c@ffc04000 {
speed-mode = <0>;
status = "okay";
};
to my .dts file. It all works now.
Cheers,
Alberto