Olimex Support Forum

OLinuXino Android / Linux boards and System On Modules => iMX233 => Topic started by: flipflops on March 08, 2013, 10:58:28 PM

Title: 1-wire support?
Post by: flipflops on March 08, 2013, 10:58:28 PM
Does anyone know the details of setting a GPIO pin as a dallas 1-wire bus ?
Title: Re: 1-wire support?
Post by: Fabio Estevam on March 08, 2013, 11:01:25 PM
If you are using a device tree kernel:
Documentation/devicetree/bindings/w1/w1-gpio.txt
Title: Re: 1-wire support?
Post by: Niii on March 08, 2013, 11:41:57 PM
You can take a look at w1 section at bottom of dts file :
https://github.com/buserror-uk/minifs/blob/master/conf/board/imx233/imx23-olinuxino-heating.dts
Title: Re: 1-wire support?
Post by: flipflops on March 10, 2013, 12:35:50 AM
Thanks