Home
last modified time | relevance | path

Searched +full:am1805 +full:- +full:gpios (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/dts/bindings/rtc/
Dambiq,am1805.yaml1 # SPDX-License-Identifier: Apache-2.0
5 description: AMBIQ AM1805 RTC
7 compatible: "ambiq,am1805"
10 - name: rtc-device.yaml
11 - name: i2c-device.yaml
17 am1805-gpios:
18 type: phandle-array
20 GPIO connected to the AM1805 INT1 interrupt output. This signal is open-drain, active low.
/Zephyr-latest/tests/drivers/build_all/rtc/
Di2c_devices.overlay3 * SPDX-License-Identifier: Apache-2.0
8 #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 …]
/Zephyr-latest/drivers/rtc/
Drtc_am1805.c2 * SPDX-License-Identifier: Apache-2.0
17 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 …]
/Zephyr-latest/doc/releases/
Drelease-notes-3.5.rst38 * CVE-2023-3725 `Zephyr project bug tracker GHSA-2g3m-p6c7-8rr3
39 <https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-2g3m-p6c7-8rr3>`_
41 * CVE-2023-4257 `Zephyr project bug tracker GHSA-853q-q69w-gf5j
42 <https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-853q-q69w-gf5j>`_
44 * CVE-2023-4258 `Zephyr project bug tracker GHSA-m34c-cp63-rwh7
45 <https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-m34c-cp63-rwh7>`_
47 * CVE-2023-4259 `Zephyr project bug tracker GHSA-gghm-c696-f4j4
48 <https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-gghm-c696-f4j4>`_
50 * CVE-2023-4260 `Zephyr project bug tracker GHSA-gj27-862r-55wh
51 <https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-gj27-862r-55wh>`_
[all …]