Add devicetree calibration coeffs to nrf52833 board
This commit is contained in:
parent
e24530b7c3
commit
2f7a25e266
3 changed files with 6 additions and 0 deletions
|
|
@ -40,6 +40,12 @@
|
||||||
pulse = <PWM_USEC(1)>;
|
pulse = <PWM_USEC(1)>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
soil_calibration_coeffs: soil_calibration_coeffs {
|
||||||
|
compatible = "soil-calibration-coeffs";
|
||||||
|
dry = <306000 101000 (-11700)>;
|
||||||
|
wet = <19000 (-4980) 3420>;
|
||||||
|
};
|
||||||
|
|
||||||
ctrl {
|
ctrl {
|
||||||
compatible = "gpio-keys";
|
compatible = "gpio-keys";
|
||||||
fast_disch: fast_disch {
|
fast_disch: fast_disch {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue