Lines Matching full:ambiq
1 # 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";
63 compatible = "ambiq,gpio-bank";
72 In the above example, the gpio@40010000 is a "ambiq,gpio" parent node which
73 provides the base register address 0x40010000. It has four "ambiq,gpio-bank"
82 compatible: "ambiq,gpio"