Google Tensor G1: Difference between revisions
Appearance
ThatGeekZen (talk | contribs) mNo edit summary |
Wiktorpyk6 (talk | contribs) No edit summary |
||
(15 intermediate revisions by 9 users not shown) | |||
Line 1: | Line 1: | ||
{{Infobox soc | {{Infobox soc | ||
| image = File:GoogleTensor1.png | | image = File:GoogleTensor1.png | ||
| name = Tensor | | name = Tensor G1 | ||
| codenames = whitechapel | |||
| manufacturer = Google | | manufacturer = Google | ||
| arch = aarch64 | | arch = aarch64 | ||
| cpu = 2x 2.8GHz Arm Cortex-X1, 2x 2.25GHz Arm Cortex-A76, 4x 1.80GHz Arm Cortex-A55 | | cpu = 2x 2.8GHz Arm Cortex-X1, 2x 2.25GHz Arm Cortex-A76, 4x 1.80GHz Arm Cortex-A55 | ||
| gpu = Mali-G78 MP20 | | gpu = Mali-G78 MP20 | ||
| npu = Edge TPU (Abrolhos) | |||
| year = 2021 | | year = 2021 | ||
| process = 5 | | process = 5 | ||
| status_cpu = Y | |||
| status_uart = Y | |||
| status_storage = Y | |||
| status_usb = Y | |||
| status_display = N | |||
| status_gpu = | |||
| status_pinctrl = Y | |||
| status_i2c = Y | |||
| status_audio = | |||
| status_video = | |||
| status_thermal = | |||
| status_wifi = | |||
| status_bluetooth = | |||
| status_modem = | |||
| status_gps = | |||
| status_camera = | |||
}} | }} | ||
The Google Tensor is the first consumer | The Google Tensor is the first consumer SoC developed by Google (in partnership with Samsung) for use in their consumer class devices. It shares many similarities with the Exynos 2100. | ||
== Devices == | |||
{{#cargo_query: | |||
tables=Devices | |||
|fields=CONCAT( '[[', _pageName, '|',Manufacturer,' ',Name,']]' )=Device,Codename,StatusMainline=Mainline | |||
|order by=Devices.Manufacturer, Devices.Name | |||
|format=table | |||
|limit=9999 | |||
|where=Devices.chipset like '%Google Tensor G1%' | |||
|more results text= | |||
}} | |||
== Mainline kernel == | |||
There is a mainline kernel fork with minimal support available [https://git.codelinaro.org/linaro/googlelt here] | |||
[[Category:Google Tensor]] |
Latest revision as of 16:54, 14 March 2025
![]() | |
Manufacturer | |
---|---|
Name | Tensor G1 |
Codenames | whitechapel |
Architecture | aarch64 |
CPU | 2x 2.8GHz Arm Cortex-X1, 2x 2.25GHz Arm Cortex-A76, 4x 1.80GHz Arm Cortex-A55 |
GPU | Mali-G78 MP20 |
NPU | Edge TPU (Abrolhos) |
Year | 2021 |
Process | 5nm |
Components | |
CPU |
Works |
UART |
Works |
Storage |
Works |
USB |
Works |
Display |
Broken |
GPU |
No data |
Pinctrl |
Works |
I²C |
Works |
SPI |
No data |
Audio |
No data |
Video |
No data |
Thermal |
No data |
WiFi |
No data |
Bluetooth |
No data |
Modem |
No data |
GPS |
No data |
Camera |
No data |
NPU |
No data |
Suspend |
No data |
Ethernet |
No data |
SATA |
No data |
The Google Tensor is the first consumer SoC developed by Google (in partnership with Samsung) for use in their consumer class devices. It shares many similarities with the Exynos 2100.
Devices
Device | Codename | Mainline |
---|---|---|
Google Pixel 6 | google-raviole | Y |
Google Pixel 6 Pro | google-raviole | Y |
Google Pixel 6a | google-bluejay |
Mainline kernel
There is a mainline kernel fork with minimal support available here