| .. | .. |
|---|
| 75 | 75 | }; |
|---|
| 76 | 76 | |
|---|
| 77 | 77 | &i2c0 { |
|---|
| 78 | | - pinctrl-names = "default"; |
|---|
| 79 | | - pinctrl-0 = <&i2c0_pins_a>; |
|---|
| 80 | 78 | status = "okay"; |
|---|
| 81 | 79 | |
|---|
| 82 | 80 | axp152: pmic@30 { |
|---|
| .. | .. |
|---|
| 89 | 87 | }; |
|---|
| 90 | 88 | |
|---|
| 91 | 89 | &mmc0 { |
|---|
| 92 | | - pinctrl-names = "default"; |
|---|
| 93 | | - pinctrl-0 = <&mmc0_pins_a>, <&mmc0_cd_pin_t003>; |
|---|
| 94 | 90 | vmmc-supply = <®_vcc3v3>; |
|---|
| 95 | 91 | bus-width = <4>; |
|---|
| 96 | 92 | cd-gpios = <&pio 6 1 GPIO_ACTIVE_LOW>; /* PG1 */ |
|---|
| .. | .. |
|---|
| 106 | 102 | }; |
|---|
| 107 | 103 | |
|---|
| 108 | 104 | &pio { |
|---|
| 109 | | - mmc0_cd_pin_t003: mmc0_cd_pin@0 { |
|---|
| 110 | | - pins = "PG1"; |
|---|
| 111 | | - function = "gpio_in"; |
|---|
| 112 | | - bias-pull-up; |
|---|
| 113 | | - }; |
|---|
| 114 | | - |
|---|
| 115 | | - led_pins_t003: led_pins@0 { |
|---|
| 105 | + led_pins_t003: led-pin { |
|---|
| 116 | 106 | pins = "PB2"; |
|---|
| 117 | 107 | function = "gpio_out"; |
|---|
| 118 | 108 | drive-strength = <20>; |
|---|
| .. | .. |
|---|
| 131 | 121 | |
|---|
| 132 | 122 | &uart0 { |
|---|
| 133 | 123 | pinctrl-names = "default"; |
|---|
| 134 | | - pinctrl-0 = <&uart0_pins_a>; |
|---|
| 124 | + pinctrl-0 = <&uart0_pb_pins>; |
|---|
| 135 | 125 | status = "okay"; |
|---|
| 136 | 126 | }; |
|---|
| 137 | 127 | |
|---|