From 889df4329b62c586a2795fd176fca9458d3395e0 Mon Sep 17 00:00:00 2001 From: Ashwin K Whitchurch Date: Sun, 30 Jun 2024 22:33:11 +0530 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1716617..9f59f96 100644 --- a/README.md +++ b/README.md @@ -55,11 +55,17 @@ In the devicetree (DTS) file or DTS overlay, you need to add the following under pinctrl-names = "default", "sleep"; cs-gpios = <&gpio1 10 GPIO_ACTIVE_LOW>; - max30001: max30001@0 { + max30001: max30001@0 { compatible = "maxim,max30001"; + status = "okay"; reg = <0x0>; spi-max-frequency = ; - status = "okay"; + intb-gpios = <&gpio1 9 GPIO_ACTIVE_LOW>; + rtor-enabled; + ecg-enabled; + bioz-enabled; + ecg-gain = <3>; + ecg-invert; }; }; ```