Commit 7fcfc245 authored by Andrey Filippov's avatar Andrey Filippov

Started driver for SI5338

parent 1de86cbf
...@@ -876,9 +876,10 @@ CONFIG_SRAM=y ...@@ -876,9 +876,10 @@ CONFIG_SRAM=y
# CONFIG_C2PORT is not set # CONFIG_C2PORT is not set
## ##
CONFIG_VSC330X=y CONFIG_VSC330X=y
CONFIG_SI5338=y
# #
# EEPROM support # EEPROM support
# #
CONFIG_EEPROM_AT24=y CONFIG_EEPROM_AT24=y
CONFIG_EEPROM_AT25=y CONFIG_EEPROM_AT25=y
......
...@@ -176,6 +176,10 @@ ...@@ -176,6 +176,10 @@
0xff750001 /* un-freeze configuration to apply connection modifications */ 0xff750001 /* un-freeze configuration to apply connection modifications */
>; >;
}; };
si5338@70 {
compatible = "sil,si5338";
reg = <0x70>;
};
} ; } ;
ps7_gpio_0: ps7-gpio@e000a000 { ps7_gpio_0: ps7-gpio@e000a000 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment