.status_offset = 0x3C,
 };
 
+static const struct jh7110_reset_info jh7110_stg_info = {
+       .nr_resets = JH7110_STGRST_END,
+       .assert_offset = 0x74,
+       .status_offset = 0x78,
+};
+
+static const struct jh7110_reset_info jh7110_isp_info = {
+       .nr_resets = JH7110_ISPRST_END,
+       .assert_offset = 0x38,
+       .status_offset = 0x3C,
+};
+
+static const struct jh7110_reset_info jh7110_vout_info = {
+       .nr_resets = JH7110_VOUTRST_END,
+       .assert_offset = 0x48,
+       .status_offset = 0x4C,
+};
+
 static int jh7110_reset_probe(struct auxiliary_device *adev,
                              const struct auxiliary_device_id *id)
 {
                .name = "clk_starfive_jh7110_sys.rst-aon",
                .driver_data = (kernel_ulong_t)&jh7110_aon_info,
        },
+       {
+               .name = "clk_starfive_jh7110_sys.rst-stg",
+               .driver_data = (kernel_ulong_t)&jh7110_stg_info,
+       },
+       {
+               .name = "clk_starfive_jh7110_sys.rst-isp",
+               .driver_data = (kernel_ulong_t)&jh7110_isp_info,
+       },
+       {
+               .name = "clk_starfive_jh7110_sys.rst-vo",
+               .driver_data = (kernel_ulong_t)&jh7110_vout_info,
+       },
        { /* sentinel */ }
 };
 MODULE_DEVICE_TABLE(auxiliary, jh7110_reset_ids);