[xbar_main] Remove unused address range config

Signed-off-by: Michael Schaffner <msf@opentitan.org>
diff --git a/hw/top_earlgrey/data/autogen/top_earlgrey.gen.hjson b/hw/top_earlgrey/data/autogen/top_earlgrey.gen.hjson
index 7973296..24ae176 100644
--- a/hw/top_earlgrey/data/autogen/top_earlgrey.gen.hjson
+++ b/hw/top_earlgrey/data/autogen/top_earlgrey.gen.hjson
@@ -6967,6 +6967,7 @@
           clock: clk_main_i
           reset: rst_main_ni
           inst_type: rv_plic
+          pipeline_byp: "false"
           addr_range:
           [
             {
@@ -6974,7 +6975,6 @@
               size_byte: 0x1000
             }
           ]
-          pipeline_byp: "false"
           xbar: false
           stub: false
           pipeline: "true"
diff --git a/hw/top_earlgrey/data/xbar_main.hjson b/hw/top_earlgrey/data/xbar_main.hjson
index 3013b42..70a1415 100644
--- a/hw/top_earlgrey/data/xbar_main.hjson
+++ b/hw/top_earlgrey/data/xbar_main.hjson
@@ -125,10 +125,6 @@
       clock:     "clk_main_i",
       reset:     "rst_main_ni",
       inst_type: "rv_plic",
-      addr_range: [{
-        base_addr: "0x40090000",
-        size_byte: "0x1000",
-        }],
       pipeline_byp: "false"
     },
     { name:      "otbn",
diff --git a/hw/top_earlgrey/ip/xbar_main/data/autogen/xbar_main.gen.hjson b/hw/top_earlgrey/ip/xbar_main/data/autogen/xbar_main.gen.hjson
index d22d48e..bbc4e8d 100644
--- a/hw/top_earlgrey/ip/xbar_main/data/autogen/xbar_main.gen.hjson
+++ b/hw/top_earlgrey/ip/xbar_main/data/autogen/xbar_main.gen.hjson
@@ -391,6 +391,7 @@
       clock: clk_main_i
       reset: rst_main_ni
       inst_type: rv_plic
+      pipeline_byp: "false"
       addr_range:
       [
         {
@@ -398,7 +399,6 @@
           size_byte: 0x1000
         }
       ]
-      pipeline_byp: "false"
       xbar: false
       stub: false
       pipeline: "true"
diff --git a/hw/top_englishbreakfast/data/xbar_main.hjson b/hw/top_englishbreakfast/data/xbar_main.hjson
index 0c1a36c..d1f1a3c 100644
--- a/hw/top_englishbreakfast/data/xbar_main.hjson
+++ b/hw/top_englishbreakfast/data/xbar_main.hjson
@@ -89,10 +89,6 @@
       clock:     "clk_main_i",
       reset:     "rst_main_ni",
       inst_type: "rv_plic",
-      addr_range: [{
-        base_addr: "0x40090000",
-        size_byte: "0x1000",
-        }],
       pipeline_byp: "false"
     },
     { name:      "sram_ctrl_main",