Searched full:ene (Results 1 – 25 of 63) sorted by relevance
123
/Zephyr-latest/dts/arm/ene/ |
D | kb1200.dtsi | 2 * Copyright (c) 2023 ENE Technology Inc. 35 compatible = "ene,kb1200-flash-controller"; 47 compatible = "ene,kb1200-pmu"; 52 compatible = "ene,kb1200-gcfg"; 57 compatible = "ene,kb1200-pinctrl"; 63 compatible = "ene,kb1200-gpio"; 73 compatible = "ene,kb1200-gpio"; 83 compatible = "ene,kb1200-gpio"; 93 compatible = "ene,kb1200-gpio"; 104 compatible = "ene,kb1200-uart"; [all …]
|
/Zephyr-latest/drivers/i2c/ |
D | Kconfig.ene | 1 # Copyright (c) 2024 ENE Technology Inc. 5 bool "ENE KB1200 I2C driver" 10 Enable the ENE KB1200 I2C driver.
|
/Zephyr-latest/drivers/pinctrl/ |
D | Kconfig.ene | 1 # Copyright (c) 2023 ENE Technology Inc. 5 bool "ENE KB1200 Pin controller driver" 9 Enable pin controller driver for ENE KB1200 MCUs
|
/Zephyr-latest/drivers/adc/ |
D | Kconfig.ene | 1 # Copyright (c) 2024 ENE Technology Inc. 5 bool "ENE KB1200 ADC driver" 10 Enable ADC driver for ENE KB1200.
|
/Zephyr-latest/drivers/sensor/ene_tach_kb1200/ |
D | Kconfig | 3 # Copyright (c) 2024 ENE Technology Inc. 7 bool "ENE KB1200 tachometer sensor" 12 Enable tachometer sensor for ENE KB1200.
|
/Zephyr-latest/dts/bindings/misc/ |
D | ene,kb1200-gcfg.yaml | 1 # Copyright (c) 2024 ENE Technology Inc. 4 description: ENE, General Configuration node 6 compatible: "ene,kb1200-gcfg"
|
D | ene,kb1200-pmu.yaml | 1 # Copyright (c) 2024 ENE Technology Inc. 4 description: ENE, Power Manager node 6 compatible: "ene,kb1200-pmu"
|
/Zephyr-latest/dts/bindings/watchdog/ |
D | ene,kb1200-watchdog.yaml | 1 # Copyright (c) 2024 ENE Technology Inc. 4 description: ENE watchdog timer 8 compatible: "ene,kb1200-watchdog"
|
/Zephyr-latest/dts/bindings/i2c/ |
D | ene,kb1200-i2c.yaml | 1 # Copyright (c) 2024 ENE Technology Inc. 4 description: ENE I2C/SMB controller 6 compatible: "ene,kb1200-i2c"
|
/Zephyr-latest/dts/bindings/serial/ |
D | ene,kb1200-uart.yaml | 1 # Copyright (c) 2023 ENE Technology Inc. 4 description: ENE KB1200 UART 6 compatible: "ene,kb1200-uart"
|
/Zephyr-latest/dts/bindings/adc/ |
D | ene,kb1200-adc.yaml | 1 # Copyright (c) 2024 ENE Technology Inc. 4 description: ENE KB1200 ADC controller 6 compatible: "ene,kb1200-adc"
|
/Zephyr-latest/dts/bindings/pwm/ |
D | ene,kb1200-pwm.yaml | 1 # Copyright (c) 2024 ENE Technology Inc. 4 description: ENE, Pulse Width Modulator (PWM) node 6 compatible: "ene,kb1200-pwm"
|
/Zephyr-latest/dts/bindings/tach/ |
D | ene,kb1200-tach.yaml | 1 # Copyright (c) 2024 ENE Technology Inc. 4 description: ENE, KB1200-Tachometer node 6 compatible: "ene,kb1200-tach"
|
/Zephyr-latest/boards/ene/kb1200_evb/ |
D | board.yml | 3 full_name: ENE KB1200_EVB 4 vendor: ene
|
D | kb1200_evb.dts | 2 * Copyright (c) 2023 ENE Technology Inc. 10 #include <ene/kb1200.dtsi> 11 #include <ene/kb1200-pinctrl.dtsi> 16 compatible = "ene,kb1200";
|
/Zephyr-latest/dts/bindings/gpio/ |
D | ene,kb1200-gpio.yaml | 1 # Copyright (c) 2023 ENE Technology Inc. 5 ENE KB1200 GPIO(General purpose IO) Port node 17 compatible: "ene,kb1200-gpio"
|
/Zephyr-latest/boards/ene/ |
D | index.rst | 1 .. _boards-ene: 3 ENE chapter
|
/Zephyr-latest/soc/ene/kb1200/ |
D | Kconfig.soc | 1 # Copyright (c) 2024 ENE Technology Inc. 7 ENE KB1200
|
D | pinctrl_soc.h | 2 * Copyright (c) 2023 ENE Technology Inc. 10 #include <zephyr/dt-bindings/pinctrl/ene-kb1200-pinctrl.h>
|
/Zephyr-latest/drivers/gpio/ |
D | Kconfig.ene | 1 # Copyright (c) 2024 ENE Technology Inc. 5 bool "ENE KB1200 GPIO Driver"
|
/Zephyr-latest/drivers/watchdog/ |
D | Kconfig.ene | 1 # Copyright (c) 2024 ENE Technology Inc. 5 bool "ENE KB1200 watchdog driver"
|
/Zephyr-latest/drivers/pwm/ |
D | Kconfig.ene | 1 # Copyright (c) 2024 ENE Technology Inc. 5 bool "ENE KB1200 PWM driver"
|
/Zephyr-latest/drivers/serial/ |
D | Kconfig.ene | 1 # Copyright (c) 2023 ENE Technology Inc. 5 bool "ENE KB1200 serial driver"
|
/Zephyr-latest/dts/bindings/pinctrl/ |
D | ene,kb1200-pinctrl.yaml | 4 The ENE KB1200 pin controller is a singleton node responsible for controlling 55 compatible: "ene,kb1200-pinctrl" 65 This binding gives a base representation of the ENE KB1200 pins
|
/Zephyr-latest/boards/ene/kb1200_evb/support/ |
D | openocd.cfg | 17 # SWD DAP ID of ENE KB1200 Cortex-M4. 51 # ENE internal spi flash
|
123