mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-25 21:54:06 +08:00
f6ca6f11c9
Add SCIF serial port support to the r7s72100 SoC by adding platform devices for SCIF0 -> SCIF7 together with clock bindings. DT device description is excluded at this point since such bindings are still under development. Signed-off-by: Magnus Damm <damm@opensource.se> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
9 lines
188 B
C
9 lines
188 B
C
#ifndef __ASM_R7S72100_H__
|
|
#define __ASM_R7S72100_H__
|
|
|
|
void r7s72100_add_dt_devices(void);
|
|
void r7s72100_clock_init(void);
|
|
void r7s72100_init_early(void);
|
|
|
|
#endif /* __ASM_R7S72100_H__ */
|