You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
428 B
19 lines
428 B
/* |
|
* Copyright (c) 2025 Philipp Steiner <philipp.steiner1987@gmail.com> |
|
* |
|
* SPDX-License-Identifier: Apache-2.0 |
|
*/ |
|
|
|
/ { |
|
/* |
|
* On-board regulator powers I2C pull-ups and external devices connected |
|
* via the STEMMA QT connector. |
|
*/ |
|
i2c_reg: i2c_reg { |
|
label = "I2C Power"; |
|
compatible = "power-domain-gpio"; |
|
#power-domain-cells = <0>; |
|
enable-gpios = <&gpio0 7 GPIO_ACTIVE_HIGH>; |
|
startup-delay-us = <10>; |
|
}; |
|
};
|
|
|