1root { 2 hisi_usb_0x10030000 { 3 match_attr = "hisilicon,hi35xx-xhci"; 4 controller_list = ["xhci"]; 5 template dev_cfg { 6 controller = ""; 7 res_type = 0; /* 1-interrupt 2-dma 3-io memory 4-io port */ 8 res_unit = 0; 9 res_start = 0; 10 res_end = 0; 11 res_count = 0; 12 } 13 xhci_res_memory :: dev_cfg { 14 controller = "xhci"; 15 res_type = 3; 16 res_unit = 0; 17 res_start = 0x10030000; 18 res_end = 0x10040000; 19 res_count = 0x10000; 20 } 21 22 xhci_res_irq :: dev_cfg { 23 controller = "xhci"; 24 res_type = 1; 25 res_unit = 0; 26 res_start = 71; 27 res_end = 71; 28 res_count = 1; 29 } 30 } 31} 32