1root { 2 platform { 3 template uart_controller { 4 match_attr = ""; 5 num = 0; 6 baudrate = 115200; 7 fifoRxEn = 1; 8 fifoTxEn = 1; 9 flags = 4; 10 regPbase = 0x09000000; 11 interrupt = 33; 12 iomemCount = 0x48; 13 } 14 controller_0x09000000 :: uart_controller { 15 match_attr = "qemu_virt_uart_0"; 16 } 17 } 18} 19