Lines Matching +full:pinctrl +full:- +full:1
4 * SPDX-License-Identifier: Apache-2.0
8 pinctrl {
9 compatible = "vnd,pinctrl-test";
15 bias-pull-up;
18 pins = <1>;
19 bias-pull-down;
26 pins = <0>, <1>;
34 bias-pull-down;
38 bias-pull-up;
49 /* default state for device 1 */
56 /* custom state "mystate" for device 1 */
63 bias-pull-up;
67 bias-pull-down;
78 compatible = "vnd,pinctrl-device";
80 pinctrl-0 = <&test_device0_default>;
81 pinctrl-1 = <&test_device0_sleep>;
82 pinctrl-names = "default", "sleep";
85 test_device1: test_device@1 {
86 compatible = "vnd,pinctrl-device";
88 pinctrl-0 = <&test_device1_default>;
89 pinctrl-1 = <&test_device1_mystate>;
90 pinctrl-names = "default", "mystate";