diff --git a/_data/devices/dragon.yml b/_data/devices/dragon.yml
index 75e90ace..ca577a20 100644
--- a/_data/devices/dragon.yml
+++ b/_data/devices/dragon.yml
@@ -16,6 +16,7 @@ image: dragon.png
install_method: fastboot_nexus
kernel: {repo: android_kernel_google_dragon, version: '3.18'}
maintainers: []
+migrated_to: {codename: 'sphynx', version: 20}
name: Pixel C
network: None
peripherals: [3.5mm jack, Accelerometer, Barometer, Compass, Gyroscope, Proximity sensor]
@@ -29,7 +30,6 @@ soc: NVIDIA Tegra X1 (T210)
storage: 32/64 GB
tree: android_device_google_dragon
type: tablet
-uses_twrp: true
vendor: Google
vendor_short: google
versions: [14.1, 15.1]
diff --git a/_data/devices/sphynx.yml b/_data/devices/sphynx.yml
new file mode 100644
index 00000000..9ed41f05
--- /dev/null
+++ b/_data/devices/sphynx.yml
@@ -0,0 +1,37 @@
+architecture: arm64
+battery: {capacity: 9240, removable: False, tech: 'Li-Po'}
+bluetooth: {profiles: [A2DP], spec: '4.1'}
+cameras:
+ - {flash: None, info: '8 MP'}
+ - {flash: None, info: '2 MP'}
+codename: sphynx
+cpu: Cortex-A57
+cpu_cores: '4'
+cpu_freq: 4 x 1.9 GHz
+current_branch: 22.1
+dimensions: {depth: '7.0', height: '242.0', width: '179.0'}
+download_boot: With the device powered off, hold Volume Down + Power.
+gpu: NVIDIA Maxwell 256-core
+image: dragon.png
+install_method: fastboot_nexus
+kernel: {repo: android_kernel_nvidia_kernel, version: '4.9'}
+maintainers: [npjohnson, electmon, webgeek1234]
+name: Pixel C (Linux 4.9)
+network: None
+note_content: "Builds for this device lack support for the following components currently: Camera, Sensors"
+note_title: Hardware Support
+peripherals: [Accelerometer, Gyroscope, Proximity sensor, Compass, Barometer]
+ram: 3 GB
+recovery_boot: With the device powered off, hold Volume Down + Power. On the next screen choose Recovery Mode.
+recovery_partition_name: recovery
+recovery_reboot: fastboot_menu
+release: 2015-12-08
+screen: {resolution: '2560x1800', size: 10.2, technology: 'IPS LTPS LCD'}
+soc: NVIDIA Tegra X1 (T210)
+storage: 32/64 GB
+tree: android_device_google_sphynx
+type: tablet
+vendor: Google
+vendor_short: google
+versions: [22.1]
+wifi: 802.11 a/b/g/n/ac, Dual-band, Wi-Fi Direct, Hotspot
diff --git a/pages/build/sphynx.md b/pages/build/sphynx.md
new file mode 100644
index 00000000..05099e7f
--- /dev/null
+++ b/pages/build/sphynx.md
@@ -0,0 +1,8 @@
+---
+sidebar: home_sidebar
+title: Build for sphynx
+folder: build
+permalink: /devices/sphynx/build/
+device: sphynx
+---
+{% include templates/device_build.md %}
diff --git a/pages/info/sphynx.md b/pages/info/sphynx.md
new file mode 100644
index 00000000..969a9a0e
--- /dev/null
+++ b/pages/info/sphynx.md
@@ -0,0 +1,9 @@
+---
+sidebar: home_sidebar
+title: Info about sphynx
+folder: info
+layout: deviceinfo
+permalink: /devices/sphynx/
+device: sphynx
+---
+{% include templates/device_info.md %}
diff --git a/pages/install/sphynx.md b/pages/install/sphynx.md
new file mode 100644
index 00000000..00d3f913
--- /dev/null
+++ b/pages/install/sphynx.md
@@ -0,0 +1,8 @@
+---
+sidebar: home_sidebar
+title: Install LineageOS on sphynx
+folder: install
+permalink: /devices/sphynx/install/
+device: sphynx
+---
+{% include templates/device_install.md %}
diff --git a/pages/update/sphynx.md b/pages/update/sphynx.md
new file mode 100644
index 00000000..ad8d814b
--- /dev/null
+++ b/pages/update/sphynx.md
@@ -0,0 +1,8 @@
+---
+sidebar: home_sidebar
+title: Update LineageOS on sphynx
+folder: update
+permalink: /devices/sphynx/update/
+device: sphynx
+---
+{% include templates/device_update.md %}
diff --git a/pages/upgrade/sphynx.md b/pages/upgrade/sphynx.md
new file mode 100644
index 00000000..9b621c6e
--- /dev/null
+++ b/pages/upgrade/sphynx.md
@@ -0,0 +1,8 @@
+---
+sidebar: home_sidebar
+title: Upgrade LineageOS on sphynx
+folder: upgrade
+permalink: /devices/sphynx/upgrade/
+device: sphynx
+---
+{% include templates/device_upgrade.md %}