Commit 2c1cd93e authored by Andrey Filippov's avatar Andrey Filippov

finalized basic register-map based support of si5338, including DT register initialization support

parent 7fcfc245
......@@ -179,6 +179,10 @@
si5338@70 {
compatible = "sil,si5338";
reg = <0x70>;
si5338,configuration_data=<
0x1ffcf0 /* just for testing: write data 0xfc with write enable mask 0xf0 to register 0x01f */
0x20a0f0 /* just for testing: write data 0xa0 with write enable mask 0xf0 to register 0x020 */
>;
};
} ;
......
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