Searched +full:am1805 +full:- +full:gpios (Results 1 – 4 of 4) sorted by relevance
1 # SPDX-License-Identifier: Apache-2.05 description: AMBIQ AM1805 RTC7 compatible: "ambiq,am1805"10 - name: rtc-device.yaml11 - name: i2c-device.yaml17 am1805-gpios:18 type: phandle-array20 GPIO connected to the AM1805 INT1 interrupt output. This signal is open-drain, active low.
3 * SPDX-License-Identifier: Apache-2.08 #address-cells = <1>;9 #size-cells = <1>;13 gpio-controller;15 #gpio-cells = <0x2>;20 #address-cells = <1>;21 #size-cells = <0>;25 clock-frequency = <100000>;27 test_am1805: am1805@0 {28 compatible = "ambiq,am1805";[all …]
2 * SPDX-License-Identifier: Apache-2.017 LOG_MODULE_REGISTER(am1805, CONFIG_RTC_LOG_LEVEL);21 /* AM1805 register address */47 /* AM1805 control bits */88 /* am1805-gpios property must be in the devicetree inorder to use the RTC_ALARM */90 #error "am1805-gpios" - property not available in devicetree.106 /* For gpio-interrupt */121 struct am1805_data *data = dev->data; in am1805_set_time()122 const struct am1805_config *config = dev->config; in am1805_set_time()124 k_mutex_lock(&data->lock, K_FOREVER); in am1805_set_time()[all …]
38 * CVE-2023-3725 `Zephyr project bug tracker GHSA-2g3m-p6c7-8rr339 <https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-2g3m-p6c7-8rr3>`_41 * CVE-2023-4257 `Zephyr project bug tracker GHSA-853q-q69w-gf5j42 <https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-853q-q69w-gf5j>`_44 * CVE-2023-4258 `Zephyr project bug tracker GHSA-m34c-cp63-rwh745 <https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-m34c-cp63-rwh7>`_47 * CVE-2023-4259 `Zephyr project bug tracker GHSA-gghm-c696-f4j448 <https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-gghm-c696-f4j4>`_50 * CVE-2023-4260 `Zephyr project bug tracker GHSA-gj27-862r-55wh51 <https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-gj27-862r-55wh>`_[all …]