Searched full:kb1200 (Results 1 – 25 of 32) sorted by relevance
12
/Zephyr-latest/dts/arm/ene/ |
D | kb1200.dtsi | 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"; 112 compatible = "ene,kb1200-uart"; [all …]
|
/Zephyr-latest/drivers/sensor/ene_tach_kb1200/ |
D | Kconfig | 1 # KB1200 tachometer sensor configuration options 7 bool "ENE KB1200 tachometer sensor" 12 Enable tachometer sensor for ENE KB1200.
|
/Zephyr-latest/soc/ene/kb1200/ |
D | Kconfig.soc | 7 ENE KB1200 10 default "kb1200" if SOC_KB1200
|
D | soc.yml | 2 - name: kb1200
|
/Zephyr-latest/drivers/gpio/ |
D | Kconfig.ene | 5 bool "ENE KB1200 GPIO Driver" 9 Enable support for the kb1200 GPIO controllers.
|
/Zephyr-latest/drivers/i2c/ |
D | Kconfig.ene | 5 bool "ENE KB1200 I2C driver" 10 Enable the ENE KB1200 I2C driver.
|
/Zephyr-latest/drivers/watchdog/ |
D | Kconfig.ene | 5 bool "ENE KB1200 watchdog driver" 10 This option enables the KB1200 watchdog driver.
|
/Zephyr-latest/drivers/pinctrl/ |
D | Kconfig.ene | 5 bool "ENE KB1200 Pin controller driver" 9 Enable pin controller driver for ENE KB1200 MCUs
|
/Zephyr-latest/drivers/adc/ |
D | Kconfig.ene | 5 bool "ENE KB1200 ADC driver" 10 Enable ADC driver for ENE KB1200.
|
/Zephyr-latest/drivers/pwm/ |
D | Kconfig.ene | 5 bool "ENE KB1200 PWM driver" 10 This option enables the PWM driver for KB1200 processors.
|
/Zephyr-latest/drivers/serial/ |
D | Kconfig.ene | 5 bool "ENE KB1200 serial driver" 12 This option enables the 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 28 An example for KB1200, include the chip level pinctrl DTSI file in the 33 We want to use the I2C0_0 port of the KB1200 controller and enable the 55 compatible: "ene,kb1200-pinctrl" 65 This binding gives a base representation of the ENE KB1200 pins
|
/Zephyr-latest/dts/bindings/serial/ |
D | ene,kb1200-uart.yaml | 4 description: ENE KB1200 UART 6 compatible: "ene,kb1200-uart"
|
/Zephyr-latest/dts/bindings/adc/ |
D | ene,kb1200-adc.yaml | 4 description: ENE KB1200 ADC controller 6 compatible: "ene,kb1200-adc"
|
/Zephyr-latest/dts/bindings/tach/ |
D | ene,kb1200-tach.yaml | 4 description: ENE, KB1200-Tachometer node 6 compatible: "ene,kb1200-tach"
|
/Zephyr-latest/dts/bindings/gpio/ |
D | ene,kb1200-gpio.yaml | 5 ENE KB1200 GPIO(General purpose IO) Port node 17 compatible: "ene,kb1200-gpio"
|
/Zephyr-latest/boards/ene/kb1200_evb/ |
D | kb1200_evb.dts | 10 #include <ene/kb1200.dtsi> 11 #include <ene/kb1200-pinctrl.dtsi> 15 model = "KB1200 board"; 16 compatible = "ene,kb1200";
|
D | board.yml | 6 - name: kb1200
|
D | kb1200_evb.yaml | 2 name: KB1200 EVB
|
D | board.cmake | 3 board_runner_args(jlink "--device=KB1200" "--speed=4000")
|
/Zephyr-latest/boards/ene/kb1200_evb/support/ |
D | openocd.cfg | 14 set _CHIPNAME kb1200 17 # SWD DAP ID of ENE KB1200 Cortex-M4.
|
/Zephyr-latest/dts/bindings/misc/ |
D | ene,kb1200-gcfg.yaml | 6 compatible: "ene,kb1200-gcfg"
|
D | ene,kb1200-pmu.yaml | 6 compatible: "ene,kb1200-pmu"
|
/Zephyr-latest/dts/bindings/watchdog/ |
D | ene,kb1200-watchdog.yaml | 8 compatible: "ene,kb1200-watchdog"
|
/Zephyr-latest/dts/bindings/i2c/ |
D | ene,kb1200-i2c.yaml | 6 compatible: "ene,kb1200-i2c"
|
12