/* * Copyright (c) 2024 Luis Ubieda * SPDX-License-Identifier: Apache-2.0 */ &pinctrl { i2c0_default: i2c0_default { group1 { psels = , ; }; }; i2c0_sleep: i2c0_sleep { group1 { psels = , ; low-power-enable; }; }; pwm0_default: pwm0_default { group1 { psels = ; }; }; pwm0_sleep: pwm0_sleep { group1 { psels = ; low-power-enable; }; }; };