1/* 2 * Copyright (C) 2023 Nordic Semiconductor ASA 3 * SPDX-License-Identifier: Apache-2.0 4 */ 5 &i2c0_default { 6 group1 { 7 bias-pull-up; 8 }; 9}; 10 11&npm1300_ek_regulators { 12 dvs-gpios = <&gpio0 17 GPIO_ACTIVE_LOW>, 13 <&gpio0 18 GPIO_ACTIVE_LOW>; 14}; 15 16&npm1300_ek_buck1 { 17 regulator-init-microvolt = <2000000>; 18}; 19 20&npm1300_ek_buck2 { 21 regulator-init-microvolt = <3300000>; 22 retention-microvolt = <2500000>; 23 enable-gpios = <&npm1300_ek_gpio 1 GPIO_ACTIVE_LOW>; 24 retention-gpios = <&npm1300_ek_gpio 2 GPIO_ACTIVE_HIGH>; 25 pwm-gpios = <&npm1300_ek_gpio 2 GPIO_ACTIVE_LOW>; 26}; 27 28&npm1300_ek_ldo1 { 29 regulator-initial-mode = <NPM1300_LDSW_MODE_LDO>; 30 enable-gpios = <&npm1300_ek_gpio 2 GPIO_ACTIVE_LOW>; 31}; 32 33&npm1300_ek_ldo2 { 34 regulator-initial-mode = <NPM1300_LDSW_MODE_LDSW>; 35 enable-gpios = <&npm1300_ek_gpio 2 GPIO_ACTIVE_LOW>; 36}; 37 38&npm1300_ek_pmic { 39 host-int-gpios = <&gpio0 22 0>; 40 pmic-int-pin = <3>; 41}; 42