Add device: Motorola Moto G Stylus 5G (2023) (genevn)

Change-Id: I21d764df37a49271ad6c3b76934f6b3f5e524e89
diff --git a/_motorola/motorolamotogstylus5g2023.markdown b/_motorola/motorolamotogstylus5g2023.markdown
new file mode 100644
index 0000000..ba97026
--- /dev/null
+++ b/_motorola/motorolamotogstylus5g2023.markdown
@@ -0,0 +1,44 @@
+---
+layout: device
+title:  "Motorola Moto G Stylus 5G (2023)"
+codename: genevn
+downloadfolder: genevn
+devicetree: https://github.com/TeamWin/android_device_motorola_genevn
+supportstatus: Current
+maintainer: lexingtontezz
+oem: Motorola
+---
+
+{% include disclaimer.html %}
+
+{% include supportstatus.html %}
+
+{% include dynamicpartitions.html %}
+
+{% include download.html %}
+
+<div class='page-heading'>Installation:</div>
+
+NOTE: Your bootloader MUST be UNLOCKED before booting or installing TWRP
+
+If you already have TWRP installed:
+
+Download the latest zip and install the zip using TWRP, or flash directly the image directly to recovery in fastboot.
+
+If you do not already have TWRP installed:
+
+Download both the img and the zip. Copy the zip to your device. You will need to have the latest fastboot binaries and the correct drivers installed. Power off your device completely. Hold volume down and turn on the device. Your device should now be in the bootloader menu. Connect the device to your PC. Open a command window and run the following command from the proper location:
+
+Image Method:
+
+    fastboot flash recovery_<slot> path/to/twrp.img
+
+Zip method:
+
+    fastboot boot path/to/twrp.img
+
+This will temporarily boot TWRP on your device. Use ADB or MTP to push the zip onto your device:
+
+    adb push path/to/twrp.zip /sdcard
+
+Go to install and browse to the zip and install the zip. The zip will install TWRP on recovery partition of both slots.