sanders: Initial device tree

Signed-off-by: Jorge Lucas <jorgelucas@pixelexperience.org>
This commit is contained in:
Jorge Lucas
2020-12-08 15:54:06 +00:00
commit 97e2ab356f
36 changed files with 9425 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2020 The LineageOS Project
Copyright (C) 2020 The PixelExperience Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<!-- These resources are around just to allow their values to be customized
for different hardware and product builds. Do not translate. -->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- Do not translate. Default access point SSID used for tethering -->
<string name="wifi_tether_configure_ssid_default" translatable="false">Moto G (5S) Plus</string>
</resources>

View File

@@ -0,0 +1,61 @@
<?xml version="1.0" encoding="utf-8"?>
<device name="Android">
<item name="none">0</item>
<item name="screen.on">98.648</item>
<item name="screen.full">193.430</item>
<item name="wifi.on">1.075</item>
<item name="wifi.active">41.638</item>
<item name="wifi.scan">4.446</item>
<item name="camera.flashlight">40.478</item>
<item name="camera.avg">570.594</item>
<item name="gps.on">19.646</item>
<item name="radio.active">182.518</item>
<item name="radio.scanning">41.395</item>
<array name="radio.on">
<value>35.5</value>
<value>35</value>
<value>30</value>
<value>25</value>
<value>20</value>
<value>15</value>
<value>10</value>
<value>5</value>
<value>3.5</value>
</array>
<item name="modem.controller.idle">8.309</item>
<item name="modem.controller.rx">170.273</item>
<item name="modem.controller.tx">146.062</item>
<item name="modem.controller.voltage">866.419</item>
<item name="bluetooth.controller.idle">1.133</item>
<item name="bluetooth.controller.rx">26.438</item>
<item name="bluetooth.controller.tx">63.683</item>
<item name="bluetooth.controller.voltage">112.528</item>
<array name="cpu.clusters.cores">
<value>8</value>
</array>
<array name="cpu.speeds.cluster0">
<value>652800</value>
<value>1036800</value>
<value>1401600</value>
<value>1689600</value>
<value>1804800</value>
<value>1958400</value>
<value>2016000</value>
</array>
<array name="cpu.active.cluster0">
<value>33.802</value>
<value>46.767</value>
<value>59.310</value>
<value>78.318</value>
<value>99.180</value>
<value>112.014</value>
<value>118.914</value>
</array>
<item name="cpu.idle">6.198</item>
<item name="battery.capacity">3000</item>
<item name="wifi.controller.idle">0.585</item>
<item name="wifi.controller.rx">65.896</item>
<item name="wifi.controller.tx">130.159</item>
<array name="wifi.controller.tx_levels" />
<item name="wifi.controller.voltage">184.53</item>
</device>

View File

@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2020 The LineageOS Project
Copyright (C) 2020 The PixelExperience Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- Default radius of the software rounded corners. -->
<dimen name="rounded_corner_content_padding">2.0dip</dimen>
<dimen name="rounded_corner_radius">8.0dip</dimen>
</resources>