Hi Folks,

I have added the following 

uart1_pins: pinmux_uart1_pins { 
            pinctrl-single,pins = < 
                0x170 0x30 /* (E15) uart0_rxd.uart0_rxd, PIN_INPUT | 
MUX_MODE0 */ 
                0x174 0x00 /* (E16) uart0_txd.uart0_txd, PIN_OUTPUT | 
MUX_MODE0 */ 
            >; 
        };
        
        uart2_pins: pinmux_uart2_pins { 
            pinctrl-single,pins = < 
                0x180 0x30 /* (D16) uart1_rxd.uart1_rxd, PIN_INPUT | 
MUX_MODE0 */ 
                0x184 0x00 /* (D15) uart1_txd.uart1_txd, PIN_OUTPUT | 
MUX_MODE0 */ 
            >; 
        };

This worked for me
        

uart1: serial@44e09000 {
            status = "okay";
            pinctrl-names = "default";
            pinctrl-0 = <&uart1_pins>;
        };
        
        uart2: serial@48022000 {
            status = "okay";
            pinctrl-names = "default";
            pinctrl-0 = <&uart2_pins>;
        };



On Tuesday, April 30, 2013 at 10:11:54 PM UTC+5:30, SKiAt wrote:
>
> Hi all
> today I received my first Black one revision A5A. 
>
> With my old Beaglebone A6A I was using 2 uart, so the first things I 
> checked out were the serial ports, and:
>
> - I didn't find the /dev/ttyOx nodes
> - I saw that there is no mode the pin muxing avaliable from 
> /sys/kernel/debug/omap_mux/...
>
> I have read about the auto muxing based on capes eeprom configuration and 
> stuff like this is it the only way? And if I don't need the display how can 
> I disable the hdmi drivers?
>
> Thanks 
> Luca
>

-- 
*The information contained in this communication is confidential and may be 
legally privileged.  It is intended solely for the use of the individual or 
entity to whom it is addressed and others authorized to receive it.  If you 
are not the intended recipient, you are hereby (a) notified that any 
disclosure, copying, distribution or taking any action with respect to the 
content of this information is strictly prohibited and may be unlawful, and 
(b) kindly requested to inform the sender immediately and delete any 
copies. *

-- 
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