Searched full:sam4l (Results 1 – 25 of 28) sorted by relevance
12
/Zephyr-latest/dts/bindings/gpio/ |
D | atmel,sam4l-gpio.yaml | 4 description: SAM4L GPIO PORT node 6 compatible: "atmel,sam4l-gpio"
|
/Zephyr-latest/dts/bindings/hwinfo/ |
D | atmel,sam4l-uid.yaml | 4 description: ATMEL SAM4L Unique 120-bit Serial Number 6 compatible: "atmel,sam4l-uid"
|
/Zephyr-latest/dts/bindings/flash_controller/ |
D | atmel,sam4l-flashcalw-controller.yaml | 4 description: Atmel SAM4L Flash Controller Double Word (FLASHCALW) 6 compatible: "atmel,sam4l-flashcalw-controller"
|
/Zephyr-latest/drivers/gpio/ |
D | Kconfig.sam | 15 bool "Atmel SAM4L GPIO (PORT) driver" 19 Enable support for the Atmel SAM4L 'PORT' GPIO controllers.
|
D | gpio_sam4l.c | 64 * Always enable schmitt-trigger because SAM4L GPIO Ctrl in gpio_sam_port_configure()
|
/Zephyr-latest/boards/atmel/sam/sam4l_ek/doc/ |
D | index.rst | 6 The SAM4L series embeds picoPower technology for ultra-low power consumption. 17 The SAM4L-EK is a full featured design to develop for Atmel SAM4L SoC series. 19 perfect evaluation platform. Download the `SAM4L-EK Online User Guide`_ for 88 The `SAM4L-EK Design Documentation`_ has detailed information about board 89 connections. Download the `SAM4L-EK Design Documentation`_ for more details. 94 The SAM4L MCU is configured to use the 12 MHz internal oscillator on the board 107 The SAM4L-EK board have a Segger Embedded Debugger Unit 135 #. Connect the SAM4L-EK board to your host computer using the USB debug port.
|
/Zephyr-latest/soc/atmel/sam/sam4l/ |
D | Kconfig.soc | 8 Enable support for Atmel SAM4L Cortex-M4 microcontrollers. 15 default "sam4l" if SOC_SERIES_SAM4L
|
D | soc.c | 8 * @brief Atmel SAM4L MCU series initialization code 11 * for the Atmel SAM4L series processor.
|
D | soc.h | 7 * @file SoC configuration macros for the Atmel SAM4L family processors.
|
/Zephyr-latest/boards/atmel/sam/sam4l_ek/ |
D | board.yml | 3 full_name: SAM4L-EK
|
D | sam4l_ek.yaml | 2 name: SAM4L-EK
|
D | sam4l_ek.dts | 13 model = "Atmel SAM4L-EK Board with an Atmel SAM4LC4C SoC";
|
/Zephyr-latest/drivers/pinctrl/ |
D | Kconfig.sam | 9 Atmel pin controller driver is used on SAM and SAM4L SoC series
|
/Zephyr-latest/dts/arm/atmel/ |
D | sam4l.dtsi | 62 compatible = "atmel,sam4l-flashcalw-controller"; 179 compatible = "atmel,sam4l-gpio"; 188 compatible = "atmel,sam4l-gpio"; 197 compatible = "atmel,sam4l-gpio"; 236 compatible = "atmel,sam4l-uid";
|
D | sam4lx2.dtsi | 8 #include <atmel/sam4l.dtsi>
|
D | sam4lx4.dtsi | 8 #include <atmel/sam4l.dtsi>
|
D | sam4lx8.dtsi | 8 #include <atmel/sam4l.dtsi>
|
/Zephyr-latest/soc/atmel/sam/common/ |
D | soc_sam4l_pm.c | 7 * @brief Atmel SAM4L MCU family Power Management (PM) module 16 * SAM4L define peripheral-ids out of order. This maps peripheral-id group
|
/Zephyr-latest/drivers/hwinfo/ |
D | Kconfig | 156 bool "Atmel SAM4L device ID" 161 Enable Atmel SAM4L hwinfo driver.
|
/Zephyr-latest/soc/atmel/sam/ |
D | soc.yml | 17 - name: sam4l
|
/Zephyr-latest/drivers/usb/device/ |
D | Kconfig | 90 bool "SAM4L USBC Device Controller driver" 95 SAM4L family USBC device controller Driver.
|
/Zephyr-latest/dts/bindings/i2c/ |
D | atmel,sam-i2c-twim.yaml | 5 Atmel SAM4L Family I2C (TWIM) node
|
/Zephyr-latest/drivers/i2c/ |
D | i2c_sam4l_twim.c | 11 * @brief I2C bus (TWIM) driver for Atmel SAM4L MCU family.
|
/Zephyr-latest/doc/releases/ |
D | release-notes-2.4.rst | 280 * Atmel SAM4L 308 * Atmel SAM4L-EK board 454 * Added Atmel SAM4L driver. 921 * :github:`28538` - Atmel SAM4L have two pinctrl with wrong map
|
D | release-notes-2.5.rst | 448 * Added Atmel SAM4L driver. 457 * Added Atmel SAM4L TWIM driver.
|
12