提交 564d630e 编写于 作者: Z Zong Li 提交者: Leo Yu-Chi Liang

riscv: sifive: fu740: Support i2c in spl

Enable SPL_I2C_SUPPORT for fu740, and add 'u-boot,dm-spl' property in
i2c node.
Signed-off-by: NZong Li <zong.li@sifive.com>
Reviewed-by: NLeo Yu-Chi Liang <ycliang@andestech.com>
上级 e2172aa8
......@@ -37,3 +37,4 @@ config SIFIVE_FU740
imply PWM_SIFIVE
imply DM_I2C
imply SYS_I2C_OCORES
imply SPL_I2C_SUPPORT
......@@ -95,6 +95,10 @@
u-boot,dm-spl;
};
&i2c0 {
u-boot,dm-spl;
};
&eth0 {
assigned-clocks = <&prci PRCI_CLK_GEMGXLPLL>;
assigned-clock-rates = <125125000>;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册