Home
last modified time | relevance | path

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

1234567

/Zephyr-Core-3.7.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
51 Use the HWINFO driver from Ambiq HAL
[all …]
/Zephyr-Core-3.7.0/drivers/spi/
DKconfig.ambiq1 # Ambiq SDK SPI
4 # Copyright (c) 2024 Ambiq Micro Inc. <www.ambiq.com>
10 bool "AMBIQ SPI driver"
17 Enable driver for Ambiq SPI.
22 bool "AMBIQ APOLLO SPI DMA Support"
25 Enable DMA for Ambiq SPI.
37 bool "AMBIQ MSPI driver"
43 Enable driver for Ambiq MSPI.
46 bool "AMBIQ SPI-BLEIF driver"
52 Enable driver for Ambiq Apollox Blue SOC (e.g. Apollo3 Blue)
[all …]
/Zephyr-Core-3.7.0/dts/bindings/gpio/
Dambiq,gpio.yaml1 # Copyright (c) 2023 Ambiq Micro Inc. <www.ambiq.com>
5 Ambiq GPIO provides the GPIO pin mapping for GPIO child nodes.
7 The Ambiq Apollo4x soc designs a single GPIO port with 128 pins.
12 The Ambiq Apollo4x soc should define one "ambiq,gpio" parent node in soc
13 devicetree and some child nodes which are compatible with "ambiq,gpio-bank"
16 Here is an example of how a "ambiq,gpio" node can be used with the combined
20 compatible = "ambiq,gpio";
36 compatible = "ambiq,gpio-bank";
45 compatible = "ambiq,gpio-bank";
54 compatible = "ambiq,gpio-bank";
[all …]
Dambiq,gpio-bank.yaml2 # Copyright (c) 2023 Ambiq Micro Inc. <www.ambiq.com>
5 description: Ambiq GPIO bank node
7 compatible: "ambiq,gpio-bank"
16 under the "ambiq,gpio" parent node. The register address of pin described in
/Zephyr-Core-3.7.0/dts/arm/ambiq/
Dambiq_apollo4p_blue.dtsi17 compatible = "ambiq,clkctrl";
22 compatible = "ambiq,clkctrl";
52 compatible = "ambiq,apollo4p-blue", "ambiq,apollo4x", "simple-bus";
55 compatible = "ambiq,flash-controller";
69 compatible = "ambiq,pwrctrl";
75 compatible = "ambiq,stimer";
82 compatible = "ambiq,counter";
91 compatible = "ambiq,uart", "arm,pl011";
97 ambiq,pwrcfg = <&pwrcfg 0x4 0x200>;
100 compatible = "ambiq,uart", "arm,pl011";
[all …]
Dambiq_apollo3p_blue.dtsi60 compatible = "ambiq,apollo3p-blue", "ambiq,apollo3x", "simple-bus";
63 compatible = "ambiq,flash-controller";
77 compatible = "ambiq,pwrctrl";
83 compatible = "ambiq,stimer";
90 compatible = "ambiq,counter";
99 compatible = "ambiq,counter";
108 compatible = "ambiq,counter";
117 compatible = "ambiq,counter";
126 compatible = "ambiq,counter";
135 compatible = "ambiq,counter";
[all …]
Dambiq_apollo3_blue.dtsi42 compatible = "ambiq,apollo3-blue", "ambiq,apollo3x", "simple-bus";
45 compatible = "ambiq,flash-controller";
59 compatible = "ambiq,pwrctrl";
65 compatible = "ambiq,stimer";
72 compatible = "ambiq,counter";
81 compatible = "ambiq,counter";
90 compatible = "ambiq,counter";
99 compatible = "ambiq,counter";
108 compatible = "ambiq,counter";
117 compatible = "ambiq,counter";
[all …]
Dambiq_apollo4p.dtsi70 compatible = "ambiq,apollo4p", "ambiq,apollo4x", "simple-bus";
73 compatible = "ambiq,flash-controller";
87 compatible = "ambiq,pwrctrl";
93 compatible = "ambiq,stimer";
100 compatible = "ambiq,counter";
109 compatible = "ambiq,uart", "arm,pl011";
115 ambiq,pwrcfg = <&pwrcfg 0x4 0x200>;
118 compatible = "ambiq,uart", "arm,pl011";
124 ambiq,pwrcfg = <&pwrcfg 0x4 0x400>;
128 compatible = "ambiq,uart", "arm,pl011";
[all …]
/Zephyr-Core-3.7.0/samples/drivers/mspi/mspi_flash/boards/
Dapollo3p_evb.overlay2 * Copyright (c) 2024 Ambiq Micro Inc. <www.ambiq.com>
37 compatible = "ambiq,mspi-device", "mspi-aps6404l";
53 ambiq,timing-config-mask = <3>;
54 ambiq,timing-config = <0 6 0 0 0 0 0 0>;
58 compatible = "ambiq,mspi-device", "mspi-atxp032";
74 ambiq,timing-config-mask = <3>;
75 ambiq,timing-config = <0 8 0 0 0 0 0 0>;
112 ambiq,iom-mspi = <0>;
113 ambiq,iom-num = <1>;
119 ambiq,iom-mspi = <0>;
[all …]
/Zephyr-Core-3.7.0/tests/drivers/mspi/flash/boards/
Dapollo3p_evb.overlay2 * Copyright (c) 2024 Ambiq Micro Inc. <www.ambiq.com>
18 compatible = "ambiq,mspi-controller";
31 compatible = "ambiq,mspi-device", "mspi-atxp032";
47 ambiq,timing-config-mask = <3>;
48 ambiq,timing-config = <0 8 0 0 0 0 0 0>;
83 ambiq,iom-mspi = <0>;
84 ambiq,iom-num = <1>;
90 ambiq,iom-mspi = <0>;
91 ambiq,iom-num = <2>;
97 ambiq,iom-mspi = <0>;
[all …]
/Zephyr-Core-3.7.0/dts/bindings/mspi/
Dambiq,mspi-controller.yaml1 # Copyright (c) 2024, Ambiq Micro Inc. <www.ambiq.com>
4 description: Ambiq MSPI controller
6 compatible: "ambiq,mspi-controller"
8 include: [mspi-controller.yaml, pinctrl-device.yaml, ambiq-pwrcfg.yaml]
17 ambiq,pwrcfg:
Dambiq,mspi-device.yaml1 # Copyright (c) 2024, Ambiq Micro Inc. <www.ambiq.com>
4 description: Ambiq MSPI device
6 compatible: "ambiq,mspi-device"
43 ambiq,timing-config-mask:
49 ambiq,timing-config:
/Zephyr-Core-3.7.0/tests/drivers/mspi/api/boards/
Dapollo3p_evb.overlay2 * Copyright (c) 2024 Ambiq Micro Inc. <www.ambiq.com>
18 compatible = "ambiq,mspi-controller";
65 ambiq,iom-mspi = <0>;
66 ambiq,iom-num = <1>;
72 ambiq,iom-mspi = <0>;
73 ambiq,iom-num = <2>;
79 ambiq,iom-mspi = <0>;
80 ambiq,iom-num = <1>;
/Zephyr-Core-3.7.0/samples/drivers/memc/boards/
Dapollo3p_evb.overlay2 * Copyright (c) 2024, Ambiq Micro Inc. <www.ambiq.com>
36 compatible = "ambiq,mspi-device", "mspi-aps6404l";
52 ambiq,timing-config-mask = <3>;
53 ambiq,timing-config = <0 6 0 0 0 0 0 0>;
90 ambiq,iom-mspi = <0>;
91 ambiq,iom-num = <1>;
97 ambiq,iom-mspi = <0>;
98 ambiq,iom-num = <2>;
104 ambiq,iom-mspi = <0>;
105 ambiq,iom-num = <1>;
/Zephyr-Core-3.7.0/samples/drivers/mspi/mspi_async/boards/
Dapollo3p_evb.overlay2 * Copyright (c) 2024, Ambiq Micro Inc. <www.ambiq.com>
36 compatible = "ambiq,mspi-device", "mspi-aps6404l";
52 ambiq,timing-config-mask = <3>;
53 ambiq,timing-config = <0 6 0 0 0 0 0 0>;
90 ambiq,iom-mspi = <0>;
91 ambiq,iom-num = <1>;
97 ambiq,iom-mspi = <0>;
98 ambiq,iom-num = <2>;
104 ambiq,iom-mspi = <0>;
105 ambiq,iom-num = <1>;
/Zephyr-Core-3.7.0/boards/rak/rak11720/
Drak11720_apollo3-pinctrl.dtsi7 #include <dt-bindings/pinctrl/ambiq-apollo3-pinctrl.h>
75 ambiq,iom-nce-module = <0>;
76 ambiq,iom-num = <0>;
86 ambiq,iom-nce-module = <1>;
87 ambiq,iom-num = <1>;
97 ambiq,iom-nce-module = <3>;
98 ambiq,iom-num = <2>;
108 ambiq,iom-nce-module = <0>;
109 ambiq,iom-num = <3>;
119 ambiq,iom-nce-module = <1>;
[all …]
/Zephyr-Core-3.7.0/dts/bindings/spi/
Dambiq,spi-bleif.yaml1 # Copyright (c) 2024 Ambiq Micro Inc.
5 This binding gives a representation of SPI controller in some Ambiq
9 compatible: "ambiq,spi-bleif"
11 include: [spi-controller.yaml, pinctrl-device.yaml, ambiq-pwrcfg.yaml]
17 ambiq,pwrcfg:
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.7.0/drivers/i2c/
DKconfig.ambiq1 # Ambiq SDK I2C
9 bool "AMBIQ I2C driver"
15 Enable driver for Ambiq I2C.
20 bool "AMBIQ APOLLO I2C DMA Support"
22 Enable DMA for Ambiq I2C.
/Zephyr-Core-3.7.0/drivers/clock_control/
DKconfig.ambiq1 # Ambiq Clock Control Driver configuration options
3 # Copyright (c) 2023 Ambiq Micro Inc.
9 bool "AMBIQ clock control driver"
14 Enable driver for Ambiq clock control.
/Zephyr-Core-3.7.0/boards/ambiq/apollo3p_evb/
Dapollo3p_evb-pinctrl.dtsi2 * Copyright (c) 2023 Ambiq Micro Inc. <www.ambiq.com>
7 #include <dt-bindings/pinctrl/ambiq-apollo3-pinctrl.h>
111 ambiq,iom-mspi = <0>;
112 ambiq,iom-nce-module = <0>;
113 ambiq,iom-num = <0>;
132 ambiq,iom-mspi = <0>;
133 ambiq,iom-nce-module = <0>;
134 ambiq,iom-num = <1>;
149 ambiq,iom-mspi = <0>;
150 ambiq,iom-nce-module = <0>;
[all …]
/Zephyr-Core-3.7.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.7.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.7.0/drivers/mspi/
DKconfig.ambiq1 # Copyright (c) 2024, Ambiq Micro Inc. <www.ambiq.com>
5 bool "Ambiq Apollo3 series MSPI driver"
15 Enable driver for Ambiq MSPI.

1234567