| /* | |
| * Copyright (C) 2016 Nest Labs, Inc. | |
| * | |
| * This program is free software; you can redistribute it and/or modify | |
| * it under the terms of the GNU General Public License version 2 as | |
| * published by the Free Software Foundation. | |
| */ | |
| #include "onyx-proto11.dts" | |
| / { | |
| model = "NestLabs Onyx EVT Board"; | |
| compatible = "nestlabs,onyx-evt", "fsl,imx6ul"; | |
| }; | |
| &magwheel { | |
| nestlabs,adc-channels-used = <7 6>; | |
| }; | |
| &battery { | |
| divider-r1-ohm = <169>; /* 16.9k */ | |
| divider-r2-ohm = <124>; /* 12.4k */ | |
| }; |