upstream u-boot with additional patches for our devices/boards:
https://lists.denx.de/pipermail/u-boot/2017-March/282789.html (AXP crashes) ;
Gbit ethernet patch for some LIME2 revisions ;
with SPI flash support
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
379 B
10 lines
379 B
NS16550 UART
|
|
|
|
This UART driver supports many chip variants and is used in mamy SoCs.
|
|
|
|
Required properties:
|
|
- compatible: "ns16550" or "nvidia,tegra20-uart"
|
|
- reg: start address and size of registers
|
|
- reg-shift: shift value indicating register size: 0=byte, 1=16bit,2=32bit etc.
|
|
- clock-frequency: input clock frequency for the UART (used to calculate the
|
|
baud rate divisor)
|
|
|