[topgen] Update topgen to instantiate padctrl

Signed-off-by: Michael Schaffner <msf@opentitan.org>
diff --git a/hw/top_earlgrey/data/top_earlgrey.hjson b/hw/top_earlgrey/data/top_earlgrey.hjson
index a8cee1e..f1d2097 100644
--- a/hw/top_earlgrey/data/top_earlgrey.hjson
+++ b/hw/top_earlgrey/data/top_earlgrey.hjson
@@ -171,6 +171,15 @@
       base_addr: "0x40070000",
       generated: "true"
     },
+    { name: "padctrl",
+      type: "padctrl",
+      clock: "main",
+      clock_srcs: {clk_i: "main"},
+      clock_group: "secure",
+      reset_connections: {rst_ni: "sys"},
+      base_addr: "0x40160000",
+      generated: "true"
+    },
     { name: "alert_handler",
       type: "alert_handler",
       clock_srcs: {clk_i: "main"},