Searched +full:power +full:- +full:domain +full:- +full:cells (Results 1 – 25 of 50) sorted by relevance
12
| /Zephyr-latest/tests/subsys/pm/device_driver_init/ |
| D | app.overlay | 3 compatible = "power-domain-gpio"; 4 enable-gpios = <&gpio0 0 0>; 5 #power-domain-cells = <0>; 9 compatible = "power-domain-gpio"; 10 enable-gpios = <&gpio0 1 0>; 11 power-domains = <&test_reg>; 12 #power-domain-cells = <0>; 16 compatible = "power-domain-gpio"; 17 enable-gpios = <&gpio0 2 0>; 18 power-domains = <&test_reg>; [all …]
|
| /Zephyr-latest/tests/subsys/pm/device_power_domains/ |
| D | app.overlay | 3 compatible = "power-domain-gpio"; 4 enable-gpios = <&gpio0 0 0>; 5 #power-domain-cells = <0>; 9 compatible = "power-domain-gpio"; 10 enable-gpios = <&gpio0 1 0>; 11 #power-domain-cells = <0>; 15 compatible = "power-domain-gpio"; 16 enable-gpios = <&gpio0 2 0>; 17 power-domains = <&test_reg_0>; 18 #power-domain-cells = <0>; [all …]
|
| /Zephyr-latest/tests/drivers/build_all/power_domain/ |
| D | app.overlay | 3 * SPDX-License-Identifier: Apache-2.0 8 #address-cells = <1>; 9 #size-cells = <1>; 13 gpio-controller; 15 #gpio-cells = <0x2>; 20 compatible = "power-domain-gpio"; 21 enable-gpios = <&test_gpio 0 0>; 22 #power-domain-cells = <0>; 23 zephyr,pm-device-runtime-auto; 27 compatible = "power-domain-gpio-monitor"; [all …]
|
| /Zephyr-latest/tests/subsys/pm/power_domain/ |
| D | app.overlay | 4 * SPDX-License-Identifier: Apache-2.0 9 compatible = "power-domain"; 11 #power-domain-cells = <0>; 15 compatible = "test-device-pm"; 17 power-domains = <&test_domain>; 21 compatible = "test-device-pm"; 23 power-domains = <&test_domain>; 27 compatible = "power-domain"; 29 #power-domain-cells = <0>; 33 compatible = "test-device-pm"; [all …]
|
| /Zephyr-latest/dts/bindings/firmware/ |
| D | arm,scmi-power.yaml | 2 # SPDX-License-Identifier: Apache-2.0 4 description: System Control and Management Interface (SCMI) power domain protocol 6 compatible: "arm,scmi-power" 15 "#power-domain-cells": 20 power-domain-cells: 21 - name
|
| /Zephyr-latest/dts/xtensa/nxp/ |
| D | nxp_imx8.dtsi | 4 * SPDX-License-Identifier: Apache-2.0 9 #include <zephyr/dt-bindings/clock/imx_ccm.h> 10 #include <zephyr/dt-bindings/dai/esai.h> 11 #include <zephyr/dt-bindings/power/imx_scu_rsrc.h> 15 #address-cells = <1>; 16 #size-cells = <0>; 20 compatible = "cdns,tensilica-xtensa-lx6"; 23 #address-cells = <1>; 24 #size-cells = <0>; 26 clic: interrupt-controller@0 { [all …]
|
| /Zephyr-latest/dts/bindings/power-domain/ |
| D | power-domain-gpio-monitor.yaml | 2 # SPDX-License-Identifier: Apache-2.0 5 Simple monitorig power domain 7 This power domain monitors the state of a GPIO pin to detect whether a power 8 rail is on/off. Therefore, performing resume/suspend on power domain won't 9 change physical state of power rails and that action won't be triggered on 11 pending transaction won't be interrupted by power state change. 13 compatible: "power-domain-gpio-monitor" 15 include: power-domain.yaml 19 type: phandle-array 24 "#power-domain-cells":
|
| D | intel,adsp-power-domain.yaml | 3 # SPDX-License-Identifier: Apache-2.0 5 description: Power domains for intel ADSP 7 compatible: "intel,adsp-power-domain" 9 include: power-domain.yaml 12 bit-position: 17 read_address (PWRSTS) to set power active or confirm power active 18 for a desired domain. 21 "#power-domain-cells":
|
| D | power-domain-soc-state-change.yaml | 1 # Copyright 2024-25 NXP 2 # SPDX-License-Identifier: Apache-2.0 5 This power domain will Turn On and Off devices when transitioning 6 in and out a specified Power State. Power States that trigger this 7 action is specified via the onoff-power-states property. 9 compatible: "power-domain-soc-state-change" 11 include: power-domain.yaml 14 onoff-power-states: 17 List of power management states. 22 "#power-domain-cells":
|
| D | nxp,scu-pd.yaml | 2 # SPDX-License-Identifier: Apache-2.0 4 description: NXP SCU-managed power domain 6 compatible: "nxp,scu-pd" 8 include: power-domain.yaml 11 nxp,resource-id: 16 the resource on which the PD-related operations are to be 19 "#power-domain-cells":
|
| D | power-domain-gpio.yaml | 2 # SPDX-License-Identifier: Apache-2.0 4 description: Simple GPIO controlled power domain 6 compatible: "power-domain-gpio" 8 include: power-domain.yaml 11 enable-gpios: 12 type: phandle-array 18 provide the GPIO polarity and open-drain status in the phandle 19 selector. The Linux enable-active-high and gpio-open-drain 22 startup-delay-us: 27 off-on-delay-us: [all …]
|
| D | power-domain.yaml | 2 # SPDX-License-Identifier: Apache-2.0 4 description: Properties for power domains 6 compatible: "power-domain" 11 "#power-domain-cells":
|
| /Zephyr-latest/tests/kernel/device/ |
| D | app.overlay | 5 * SPDX-License-Identifier: Apache-2.0 12 * with real-world devicetree nodes, to allow these tests to run on 17 #address-cells = <1>; 18 #size-cells = <1>; 50 reg-names = "chip", 59 zephyr,deferred-init; 66 zephyr,deferred-init; 72 power-domains = <&fakedomain_2>; 73 #power-domain-cells = <0>; 79 power-domains = <&fakedomain_0>; [all …]
|
| /Zephyr-latest/dts/xtensa/intel/ |
| D | intel_adsp_ace15_mtpm.dtsi | 4 * SPDX-License-Identifier: Apache-2.0 12 #address-cells = <1>; 13 #size-cells = <0>; 17 compatible = "cdns,tensilica-xtensa-lx7"; 19 cpu-power-states = <&d0i3 &d3>; 20 i-cache-line-size = <64>; 21 d-cache-line-size = <64>; 26 compatible = "cdns,tensilica-xtensa-lx7"; 28 cpu-power-states = <&d3>; 33 compatible = "cdns,tensilica-xtensa-lx7"; [all …]
|
| D | intel_adsp_ace20_lnl.dtsi | 4 * SPDX-License-Identifier: Apache-2.0 12 #address-cells = <1>; 13 #size-cells = <0>; 17 compatible = "cdns,tensilica-xtensa-lx7"; 19 cpu-power-states = <&d0i3 &d3>; 20 i-cache-line-size = <64>; 21 d-cache-line-size = <64>; 26 compatible = "cdns,tensilica-xtensa-lx7"; 28 cpu-power-states = <&d0i3 &d3>; 33 compatible = "cdns,tensilica-xtensa-lx7"; [all …]
|
| D | intel_adsp_ace30_ptl.dtsi | 4 * SPDX-License-Identifier: Apache-2.0 12 #address-cells = <1>; 13 #size-cells = <0>; 17 compatible = "cdns,tensilica-xtensa-lx7"; 19 cpu-power-states = <&d0i3 &d3>; 20 i-cache-line-size = <64>; 21 d-cache-line-size = <64>; 26 compatible = "cdns,tensilica-xtensa-lx7"; 28 cpu-power-states = <&d0i3 &d3>; 33 compatible = "cdns,tensilica-xtensa-lx7"; [all …]
|
| D | intel_adsp_ace30.dtsi | 4 * SPDX-License-Identifier: Apache-2.0 12 #address-cells = <1>; 13 #size-cells = <0>; 17 compatible = "cdns,tensilica-xtensa-lx7"; 19 cpu-power-states = <&d0i3 &d3>; 20 i-cache-line-size = <64>; 21 d-cache-line-size = <64>; 26 compatible = "cdns,tensilica-xtensa-lx7"; 28 cpu-power-states = <&d0i3 &d3>; 33 compatible = "cdns,tensilica-xtensa-lx7"; [all …]
|
| /Zephyr-latest/dts/bindings/power/ |
| D | nordic,nrf-gpd.yaml | 2 # SPDX-License-Identifier: Apache-2.0 4 description: Nordic nRF Global Power Domain 6 compatible: "nordic,nrf-gpd" 10 power-domain-cells: 11 - id
|
| D | atmel,sam-supc.yaml | 2 # SPDX-License-Identifier: Apache-2.0 5 Atmel SAM SUPC (Supply-Controller) controller 7 The supply controller manages the voltage reference, power supply and supply 8 monitoring of the device. It have a special feature that it can wake-up the 9 device from a low-power state using special peripherals as wake-up sources. 11 The dedicated peripherals that can wake-up the core supply domain are: RTC, 13 inform the wakeup-source-id property on their respective nodes. 17 wakeup-source-id = <&supc SUPC_WAKEUP_SOURCE_RTC>; 21 The special peripheral will wake-up the device only when the standard property 22 wakeup-source is defined, e.g.: [all …]
|
| /Zephyr-latest/tests/kernel/device/boards/ |
| D | hifive_unmatched_fu740_s7.overlay | 5 * SPDX-License-Identifier: Apache-2.0 12 * with real-world devicetree nodes, to allow these tests to run on 47 reg-names = "chip", 56 zephyr,deferred-init; 63 zephyr,deferred-init; 69 #power-domain-cells = <0>; 70 power-domains = <&fakedomain_2>; 76 #power-domain-cells = <0>; 77 power-domains = <&fakedomain_0>; 83 #power-domain-cells = <0>;
|
| D | hifive_unmatched_fu740_u74.overlay | 5 * SPDX-License-Identifier: Apache-2.0 12 * with real-world devicetree nodes, to allow these tests to run on 47 reg-names = "chip", 56 zephyr,deferred-init; 63 zephyr,deferred-init; 69 #power-domain-cells = <0>; 70 power-domains = <&fakedomain_2>; 76 #power-domain-cells = <0>; 77 power-domains = <&fakedomain_0>; 83 #power-domain-cells = <0>;
|
| /Zephyr-latest/dts/bindings/base/ |
| D | base.yaml | 12 - "okay" means the resource is operational and, for example, 14 - "disabled" means the resource is not operational and the system 19 - "ok" # Deprecated form 20 - "okay" 21 - "disabled" 22 - "reserved" 23 - "fail" 24 - "fail-sss" 27 type: string-array 41 most- to least-specific. Having additional values is useful when the [all …]
|
| /Zephyr-latest/tests/subsys/pm/power_domain_soc_state_change/ |
| D | app.overlay | 3 * SPDX-License-Identifier: Apache-2.0 7 power-states { 9 compatible = "zephyr,power-state"; 10 power-state-name = "runtime-idle"; 11 min-residency-us = <10000>; 12 exit-latency-us = <100>; 16 compatible = "zephyr,power-state"; 17 power-state-name = "suspend-to-idle"; 18 min-residency-us = <50000>; 19 exit-latency-us = <500>; [all …]
|
| /Zephyr-latest/boards/adafruit/feather_esp32s3/ |
| D | adafruit_feather_esp32s3_procpu.dts | 5 * SPDX-License-Identifier: Apache-2.0 7 /dts-v1/; 11 #include <zephyr/dt-bindings/input/input-event-codes.h> 12 #include <zephyr/dt-bindings/input/esp32-touch-sensor-input.h> 13 #include <zephyr/dt-bindings/led/led.h> 15 #include "adafruit_feather_esp32s3-pinctrl.dtsi" 22 i2c-0 = &i2c0; 29 zephyr,shell-uart = &uart0; 31 zephyr,code-partition = &slot0_partition; 32 zephyr,bt-hci = &esp32_bt_hci; [all …]
|
| /Zephyr-latest/boards/adafruit/feather_esp32s3_tft/ |
| D | adafruit_feather_esp32s3_tft_procpu.dts | 5 * SPDX-License-Identifier: Apache-2.0 7 /dts-v1/; 11 #include <zephyr/dt-bindings/input/input-event-codes.h> 12 #include <zephyr/dt-bindings/input/esp32-touch-sensor-input.h> 13 #include <zephyr/dt-bindings/led/led.h> 14 #include <zephyr/dt-bindings/mipi_dbi/mipi_dbi.h> 16 #include "adafruit_feather_esp32s3_tft-pinctrl.dtsi" 23 i2c-0 = &i2c0; 30 zephyr,shell-uart = &uart0; 32 zephyr,code-partition = &slot0_partition; [all …]
|
12