| .. | .. |
|---|
| 46 | 46 | |
|---|
| 47 | 47 | &i2c0 { |
|---|
| 48 | 48 | pinctrl-names = "default"; |
|---|
| 49 | | - pinctrl-0 = <&i2c0_pins_a>; |
|---|
| 49 | + pinctrl-0 = <&i2c0_pins>; |
|---|
| 50 | 50 | status = "okay"; |
|---|
| 51 | 51 | }; |
|---|
| 52 | 52 | |
|---|
| 53 | 53 | &i2c1 { |
|---|
| 54 | 54 | pinctrl-names = "default"; |
|---|
| 55 | | - pinctrl-0 = <&i2c1_pins_a>; |
|---|
| 55 | + pinctrl-0 = <&i2c1_pins>; |
|---|
| 56 | 56 | status = "okay"; |
|---|
| 57 | 57 | }; |
|---|
| 58 | 58 | |
|---|
| .. | .. |
|---|
| 60 | 60 | vref-supply = <®_vcc3v0>; |
|---|
| 61 | 61 | status = "okay"; |
|---|
| 62 | 62 | |
|---|
| 63 | | - button@200 { |
|---|
| 63 | + button-200 { |
|---|
| 64 | 64 | label = "Volume Up"; |
|---|
| 65 | 65 | linux,code = <KEY_VOLUMEUP>; |
|---|
| 66 | 66 | channel = <0>; |
|---|
| 67 | 67 | voltage = <200000>; |
|---|
| 68 | 68 | }; |
|---|
| 69 | 69 | |
|---|
| 70 | | - button@400 { |
|---|
| 70 | + button-400 { |
|---|
| 71 | 71 | label = "Volume Down"; |
|---|
| 72 | 72 | linux,code = <KEY_VOLUMEDOWN>; |
|---|
| 73 | 73 | channel = <0>; |
|---|
| .. | .. |
|---|
| 77 | 77 | |
|---|
| 78 | 78 | &pwm { |
|---|
| 79 | 79 | pinctrl-names = "default"; |
|---|
| 80 | | - pinctrl-0 = <&pwm0_pins>; |
|---|
| 80 | + pinctrl-0 = <&pwm0_pin>; |
|---|
| 81 | 81 | status = "okay"; |
|---|
| 82 | 82 | }; |
|---|