On Tue, May 13, 2014 at 12:20 PM, Renato Riolino
<[email protected]> wrote:
> I use a LCD connected via gpio ( setting the gpio pins thru /sys/class/gpio
> ) and a DS1307 realtime clock via i2c.
>
> Do they work too on kernel 3.14?  Could you point me to the 3.14 kernel and
> the custom dtb for usart?  I need all usarts availables and UART1 needs to
> be 485.

So the best i can do today on 3.14/3.15 would be:

#include "am335x-boneblack.dts"

&uart1 {
        pinctrl-names = "default";
        pinctrl-0 = <&uart1_pins>;

        status = "okay";
};

&uart2 {
        pinctrl-names = "default";
        pinctrl-0 = <&uart2_pins>;

        status = "okay";
};

&uart4 {
        pinctrl-names = "default";
        pinctrl-0 = <&uart4_pins>;

        status = "okay";
};


So 2/5 of what you need, so don't switch yet.

Regards,

-- 
Robert Nelson
http://www.rcn-ee.com/

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to