Home
last modified time | relevance | path

Searched full:ambiq (Results 1 – 25 of 55) sorted by relevance

123

/Zephyr-Core-3.5.0/modules/hal_ambiq/
DKconfig6 bool "Ambiq HAL drivers support"
9 Use the Ambiq HAL
16 Use the GPIO driver from Ambiq HAL
21 Use the STIMER driver from Ambiq HAL
26 Use the TIMER driver from Ambiq HAL
31 Use the WDT driver from Ambiq HAL
36 Use the I2C driver from Ambiq HAL
41 Use the SPI driver from Ambiq HAL
46 Use the MSPI driver from Ambiq HAL
/Zephyr-Core-3.5.0/dts/arm/ambiq/
Dambiq_apollo4p.dtsi47 compatible = "ambiq,pwrctrl";
53 compatible = "ambiq,stimer";
60 compatible = "ambiq,counter";
67 compatible = "ambiq,uart", "arm,pl011";
73 ambiq,pwrcfg = <&pwrcfg 0x4 0x200>;
76 compatible = "ambiq,uart", "arm,pl011";
82 ambiq,pwrcfg = <&pwrcfg 0x4 0x400>;
86 compatible = "ambiq,uart", "arm,pl011";
92 ambiq,pwrcfg = <&pwrcfg 0x4 0x800>;
96 compatible = "ambiq,uart", "arm,pl011";
[all …]
Dambiq_apollo4p_blue.dtsi47 compatible = "ambiq,pwrctrl";
53 compatible = "ambiq,stimer";
60 compatible = "ambiq,counter";
67 compatible = "ambiq,uart", "arm,pl011";
73 ambiq,pwrcfg = <&pwrcfg 0x4 0x200>;
76 compatible = "ambiq,uart", "arm,pl011";
82 ambiq,pwrcfg = <&pwrcfg 0x4 0x400>;
86 compatible = "ambiq,uart", "arm,pl011";
92 ambiq,pwrcfg = <&pwrcfg 0x4 0x800>;
96 compatible = "ambiq,uart", "arm,pl011";
[all …]
/Zephyr-Core-3.5.0/drivers/spi/
DKconfig.ambiq1 # Ambiq SDK SPI
9 bool "AMBIQ SPI driver"
15 Enable driver for Ambiq SPI.
18 bool "AMBIQ MSPI driver"
24 Enable driver for Ambiq MSPI.
/Zephyr-Core-3.5.0/boards/arm/apollo4p_blue_kxr_evb/
Dapollo4p_blue_kxr_evb-pinctrl.dtsi2 * Copyright (c) 2023 Ambiq Micro Inc. <www.ambiq.com>
7 #include <dt-bindings/pinctrl/ambiq-apollo4-pinctrl.h>
83 ambiq,iom-nce-module = <0>;
93 ambiq,iom-nce-module = <4>;
103 ambiq,iom-nce-module = <8>;
113 ambiq,iom-nce-module = <12>;
123 ambiq,iom-nce-module = <16>;
133 ambiq,iom-nce-module = <20>;
143 ambiq,iom-nce-module = <24>;
153 ambiq,iom-nce-module = <28>;
[all …]
Dapollo4p_blue_kxr_evb.dts2 #include <ambiq/ambiq_apollo4p_blue.dtsi>
7 model = "Ambiq Apollo4 Blue Plus KXR evaluation board";
8 compatible = "ambiq,apollo4p_blue_kxr_evb";
39 compatible = "ambiq,i2c";
47 compatible = "ambiq,spi";
DKconfig.board3 # Copyright (c) 2023 Ambiq Micro Inc. <www.ambiq.com>
6 bool "Ambiq Apollo4 Blue Plus KXR Evaluation Board"
DKconfig.defconfig3 # Copyright (c) 2023 Ambiq Micro Inc. <www.ambiq.com>
Dapollo4p_blue_kxr_evb_defconfig3 # Copyright (c) 2023 Ambiq Micro Inc. <www.ambiq.com>
/Zephyr-Core-3.5.0/dts/bindings/spi/
Dambiq,mspi.yaml4 description: Ambiq MSPI
6 compatible: "ambiq,mspi"
8 include: [spi-controller.yaml, pinctrl-device.yaml, ambiq-pwrcfg.yaml]
17 ambiq,pwrcfg:
Dambiq,spi.yaml4 description: Ambiq SPI
6 compatible: "ambiq,spi"
8 include: [spi-controller.yaml, pinctrl-device.yaml, ambiq-pwrcfg.yaml]
20 ambiq,pwrcfg:
/Zephyr-Core-3.5.0/dts/bindings/i2c/
Dambiq,i2c.yaml4 description: Ambiq I2C
6 compatible: "ambiq,i2c"
8 include: [i2c-controller.yaml, pinctrl-device.yaml, ambiq-pwrcfg.yaml]
17 ambiq,pwrcfg:
/Zephyr-Core-3.5.0/dts/bindings/serial/
Dambiq,uart.yaml4 description: Ambiq UART controller (PL011 compatible)
6 compatible: "ambiq,uart"
8 include: ["arm,pl011.yaml", pinctrl-device.yaml, ambiq-pwrcfg.yaml]
17 ambiq,pwrcfg:
/Zephyr-Core-3.5.0/boards/arm/apollo4p_evb/
Dapollo4p_evb-pinctrl.dtsi7 #include <dt-bindings/pinctrl/ambiq-apollo4-pinctrl.h>
91 ambiq,iom-nce-module = <0>;
101 ambiq,iom-nce-module = <4>;
111 ambiq,iom-nce-module = <8>;
121 ambiq,iom-nce-module = <12>;
131 ambiq,iom-nce-module = <16>;
141 ambiq,iom-nce-module = <20>;
151 ambiq,iom-nce-module = <24>;
161 ambiq,iom-nce-module = <28>;
174 ambiq,iom-nce-module = <32>;
[all …]
Dapollo4p_evb.dts2 #include <ambiq/ambiq_apollo4p.dtsi>
7 model = "Ambiq Apollo4 Plus evaluation board";
8 compatible = "ambiq,apollo4p_evb";
38 compatible = "ambiq,i2c";
46 compatible = "ambiq,spi";
/Zephyr-Core-3.5.0/drivers/watchdog/
DKconfig.ambiq1 # Ambiq SDK WDT
8 bool "AMBIQ WDT driver"
14 Enable driver for Ambiq WDT.
/Zephyr-Core-3.5.0/drivers/i2c/
DKconfig.ambiq1 # Ambiq SDK I2C
9 bool "AMBIQ I2C driver"
15 Enable driver for Ambiq I2C.
/Zephyr-Core-3.5.0/soc/arm/ambiq/apollo4x/
DKconfig.soc4 # Copyright (c) 2023 Ambiq Micro Inc. <www.ambiq.com>
7 prompt "Ambiq Apollo4X Selection"
/Zephyr-Core-3.5.0/dts/bindings/pinctrl/
Dambiq,apollo4-pinctrl.yaml5 The Ambiq Apollo4 pin controller is a node responsible for controlling
24 #include <dt-bindings/pinctrl/ambiq-apollo4-pinctrl.h>
49 compatible: "ambiq,apollo4-pinctrl"
95 ambiq,pull-up-ohms:
107 ambiq,iom-nce-module:
/Zephyr-Core-3.5.0/drivers/pinctrl/
DKconfig.ambiq6 bool "Ambiq Apollo4 pin controller driver"
12 Ambiq Apollo4 pinctrl driver
/Zephyr-Core-3.5.0/drivers/counter/
DKconfig.ambiq7 bool "Ambiq Counter Driver"
13 Enables the Counter driver for Ambiq devices.
/Zephyr-Core-3.5.0/drivers/timer/
DKconfig.ambiq6 bool "Ambiq STIMER system clock driver"
13 Ambiq Apollo4 stimer driver
/Zephyr-Core-3.5.0/soc/arm/ambiq/
DKconfig12 default "ambiq"
14 source "soc/arm/ambiq/*/Kconfig.soc"
/Zephyr-Core-3.5.0/dts/bindings/power/
Dambiq-pwrcfg.yaml4 description: Ambiq peripheral power configuration
8 ambiq,pwrcfg:
/Zephyr-Core-3.5.0/dts/bindings/timer/
Dambiq,stimer.yaml4 description: Ambiq STIMER
6 compatible: "ambiq,stimer"

123