This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision Last revision Both sides next revision | ||
resources:tools-software:linux-drivers:iio-dac:axi-ad3552r [19 May 2023 18:53] Marcelo Schmitt Add channel description to dts example. |
resources:tools-software:linux-drivers:iio-dac:axi-ad3552r [22 May 2023 16:51] Marcelo Schmitt |
||
---|---|---|---|
Line 60: | Line 60: | ||
dmas = <&dac_tx_dma 0>; | dmas = <&dac_tx_dma 0>; | ||
dma-names = "tx"; | dma-names = "tx"; | ||
- | |||
- | channel@0 { | ||
- | reg = <0>; | ||
- | adi,output-range-microvolt = <0 10000000>; | ||
- | }; | ||
- | channel@1 { | ||
- | reg = <1>; | ||
- | custom-output-range-config { | ||
- | adi,gain-offset = <5>; | ||
- | adi,gain-scaling-p-inv-log2 = <1>; | ||
- | adi,gain-scaling-n-inv-log2 = <2>; | ||
- | adi,rfb-ohms = <1>; | ||
- | }; | ||
- | }; | ||
}; | }; | ||
}; | }; | ||
Line 105: | Line 91: | ||
[--snip--] | [--snip--] | ||
- | <*> Analog Devices AD3552R DAC driver | + | <*> Analog Devices AXI_AD3552R DAC driver |
[--snip--] | [--snip--] |