1 * Silicon Labs FM Radio transmitter 2 3 The Silicon Labs Si4713 is an FM radio transmi 4 supporting 76-108 MHz. It includes an RDS enco 5 and a digital interface, which supports I2S, l 6 DSP-mode format. It is programmable through an 7 8 Required Properties: 9 - compatible: Should contain "silabs,si4713" 10 - reg: the I2C address of the device 11 12 Optional Properties: 13 - interrupts-extended: Interrupt specifier for 14 - reset-gpios: GPIO specifier for the chips re 15 - vdd-supply: phandle for Vdd regulator 16 - vio-supply: phandle for Vio regulator 17 18 Example: 19 20 &i2c2 { 21 fmtx: si4713@63 { 22 compatible = "silabs,si4713"; 23 reg = <0x63>; 24 25 interrupts-extended = <&gpio2 26 reset-gpios = <&gpio6 3 GPIO_A 27 vio-supply = <&vio>; 28 vdd-supply = <&vaux1>; 29 }; 30 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.