diff --git a/targets/bcm27xx-bcm2708 b/targets/bcm27xx-bcm2708
index d35866ce8277869d556d4f95a82c2f1af16fe607..5ce91347b4d7d59e212ce94afbd925d816837906 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.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..79fcd6c9fab2fa788d215bbcdb73117f12a0e3f5 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.1 and older
 		'raspberry-pi-2-model-b-rev-1.1',
 	},
 })
diff --git a/targets/bcm27xx-bcm2710 b/targets/bcm27xx-bcm2710
index 9c641cd0f04663113eabe81e8978e7ed2761e196..2d1a05ebe9d336c5f9f8f8a2344c9d3b15cc31d8 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.1 and older
 		'raspberry-pi-3-model-b-rev-1.2',
+		'raspberry-pi-3-model-b-plus-rev-1.3',
 	},
 })