Changeset 3162
- Timestamp:
- Aug 13, 2012 10:30:54 PM (9 months ago)
- Location:
- cpu/arm/olpc
- Files:
-
- 2 edited
-
1.75/uart.fth (modified) (3 diffs)
-
cl4/uart.fth (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
cpu/arm/olpc/1.75/uart.fth
r3130 r3162 4 4 5 5 dev /uart@d4030000 \ UART1 6 0 " linux,unit#" integer-property7 6 device-end 8 7 … … 12 11 13 12 dev /uart@d4018000 \ UART3 14 1 " linux,unit#" integer-property15 13 device-end 16 14 … … 18 16 " disabled" " status" string-property 19 17 device-end 18 19 devalias serial0 /uart@d4030000 20 devalias serial1 /uart@d4017000 21 devalias serial2 /uart@d4018000 22 devalias serial3 /uart@d4016000 -
cpu/arm/olpc/cl4/uart.fth
r3130 r3162 4 4 5 5 dev /uart@d4030000 \ UART1 6 0 " linux,unit#" integer-property6 " disabled" " status" string-property 7 7 device-end 8 8 9 9 dev /uart@d4017000 \ UART2 10 1 " linux,unit#" integer-property11 10 device-end 12 11 … … 18 17 " disabled" " status" string-property \ Used for touchscreen BSL 19 18 device-end 19 20 devalias serial2 /uart@d4017000
Note: See TracChangeset
for help on using the changeset viewer.
