diff --git a/targets/bcm27xx-bcm2708 b/targets/bcm27xx-bcm2708
index d35866ce8277869d556d4f95a82c2f1af16fe607..02ece91f2dee2d37fd95b3172a41b165bade9547 100644
--- a/targets/bcm27xx-bcm2708
+++ b/targets/bcm27xx-bcm2708
@@ -5,7 +5,8 @@ device('raspberrypi-model-b', 'rpi', {
 		'raspberrypi-model-b-plus',
 		'raspberrypi-model-b-rev2',
 
-		-- from Gluon 2019.1 and older
+		-- from Gluon 2023.1 and older
+		'raspberry-pi-model-b-rev-1',
 		'raspberry-pi-model-b-rev-2',
 		'raspberry-pi-model-b-plus-rev-1.2',
 	},
diff --git a/targets/bcm27xx-bcm2709 b/targets/bcm27xx-bcm2709
index 5c9bd999ba9240cbc9a276c188ee39ce974b5a5b..d9338ca71749e0a853d0f23f05a3911279bcb91f 100644
--- a/targets/bcm27xx-bcm2709
+++ b/targets/bcm27xx-bcm2709
@@ -2,7 +2,7 @@ include 'bcm27xx.inc'
 
 device('raspberrypi-2-model-b', 'rpi-2', {
 	manifest_aliases = {
-		-- from Gluon 2019.1 and older
+		-- from Gluon 2023.1 and older
 		'raspberry-pi-2-model-b-rev-1.1',
 	},
 })
diff --git a/targets/bcm27xx-bcm2710 b/targets/bcm27xx-bcm2710
index 9c641cd0f04663113eabe81e8978e7ed2761e196..11e7e3cc6a8a6fdc8dcee0ba59294a2e3502489a 100644
--- a/targets/bcm27xx-bcm2710
+++ b/targets/bcm27xx-bcm2710
@@ -4,7 +4,8 @@ device('raspberrypi-3-model-b', 'rpi-3', {
 	manifest_aliases = {
 		'raspberrypi-3-model-b-plus',
 
-		-- from Gluon 2019.1 and older
+		-- from Gluon 2023.1 and older
 		'raspberry-pi-3-model-b-rev-1.2',
+		'raspberry-pi-3-model-b-plus-rev-1.3',
 	},
 })