[top] Various top level fixes corresponding to bus updates

- Add ast bus i/o to all top level files
- Update top_earlgrey for ast bus export
- Update xbar_peri to add ast bus stub
- Update for tb__xbar_connect is incomplete.  stub modules are skipped for now.

Signed-off-by: Timothy Chen <timothytim@google.com>

[dv] define support for external devices

- Add connection for external device by directly driving ports

Signed-off-by: Timothy Chen <timothytim@google.com>

[dv] fix typo

Signed-off-by: Timothy Chen <timothytim@google.com>
diff --git a/hw/top_earlgrey/data/top_earlgrey.hjson b/hw/top_earlgrey/data/top_earlgrey.hjson
index d46f822..dbca431 100644
--- a/hw/top_earlgrey/data/top_earlgrey.hjson
+++ b/hw/top_earlgrey/data/top_earlgrey.hjson
@@ -406,6 +406,7 @@
 
         // Xbars
         'main.tl_corei', 'main.tl_cored', 'main.tl_dm_sba', 'main.tl_debug_mem'
+
     ],
 
     // ext is to create port in the top.
@@ -420,6 +421,7 @@
         'sensor_ctrl.ast_status': '',
         'usbdev.usb_ref_val': '',
         'usbdev.usb_ref_pulse': '',
+        'peri.tl_ast_wrapper': 'ast_tl'
     },
   },