Ignore:
Timestamp:
2013-05-01T00:08:28Z (11 years ago)
Author:
Maurizio Lombardi <m.lombardi85@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
7ca8422b
Parents:
9e7898e
Message:

am335x: implementation of a generic omap uart driver derived from the am335x code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/arm32/src/mach/beaglebone/beaglebone.c

    r9e7898e rb38c079  
    6868        am335x_ctrl_module_t  *ctrl_module;
    6969        am335x_timer_t timer;
    70         am335x_uart_t uart;
     70        omap_uart_t uart;
    7171} bbone;
    7272
     
    195195static void bbone_output_init(void)
    196196{
    197         const bool ok = am335x_uart_init(&bbone.uart,
     197        const bool ok = omap_uart_init(&bbone.uart,
    198198            AM335x_UART0_IRQ, AM335x_UART0_BASE_ADDRESS,
    199199            AM335x_UART0_SIZE);
     
    209209                indev_t *sink = stdin_wire();
    210210                indev_t *srln = srln_wire(srln_instance, sink);
    211                 am335x_uart_input_wire(&bbone.uart, srln);
     211                omap_uart_input_wire(&bbone.uart, srln);
    212212                am335x_irc_enable(bbone.irc_addr, AM335x_UART0_IRQ);
    213213        }
Note: See TracChangeset for help on using the changeset viewer.