diff --git a/docs/user/supported_devices.rst b/docs/user/supported_devices.rst
index 8b1218cbf5b05681dfc52e640ff6de8f4f44cacd..facd9166a530a8708f33709966d86c4312d0e670 100644
--- a/docs/user/supported_devices.rst
+++ b/docs/user/supported_devices.rst
@@ -250,6 +250,8 @@ lantiq-xrx200
 
 * AVM
 
+  - FRITZ!Box 7360 (v1, v2) [#avmflash]_ [#lan_as_wan]_
+  - FRITZ!Box 7360 SL [#avmflash]_ [#lan_as_wan]_
   - FRITZ!Box 7362 SL [#eva_ramboot]_ [#lan_as_wan]_
   - FRITZ!Box 7412 [#eva_ramboot]_
 
diff --git a/targets/lantiq-xrx200 b/targets/lantiq-xrx200
index 8fd59ed692514e835c0a25191f327d1bc9411abf..43526eb079e169498e24bd919f6c3883240264b2 100644
--- a/targets/lantiq-xrx200
+++ b/targets/lantiq-xrx200
@@ -1,3 +1,8 @@
+device('avm-fritz-box-7360-sl', 'avm_fritz7360sl', {
+        factory = false,
+        aliases = {'avm-fritz-box-7360-v1', 'avm-fritz-box-7360-v2'},
+})
+
 device('avm-fritz-box-7362-sl', 'avm_fritz7362sl', {
         factory = false,
 })