1 /* 2 * SPDX-License-Identifier: Apache-2.0 3 */ 4 #ifndef __RISCV32_MIV_SOC_H_ 5 #define __RISCV32_MIV_SOC_H_ 6 7 #include <soc_common.h> 8 9 /* UART Configuration */ 10 #define MIV_UART_0_LINECFG 0x1 11 12 #endif /* __RISCV32_MIV_SOC_H_ */ 13
1 /* 2 * SPDX-License-Identifier: Apache-2.0 3 */ 4 #ifndef __RISCV32_MIV_SOC_H_ 5 #define __RISCV32_MIV_SOC_H_ 6 7 #include <soc_common.h> 8 9 /* UART Configuration */ 10 #define MIV_UART_0_LINECFG 0x1 11 12 #endif /* __RISCV32_MIV_SOC_H_ */ 13