| .. | .. |
|---|
| 19 | 19 | status = "disabled"; |
|---|
| 20 | 20 | }; |
|---|
| 21 | 21 | |
|---|
| 22 | +/* |
|---|
| 23 | + * The pins of gt1x and sii9022 are multiplexed |
|---|
| 24 | + */ |
|---|
| 25 | +>1x { |
|---|
| 26 | + status = "disabled"; |
|---|
| 27 | +}; |
|---|
| 28 | + |
|---|
| 22 | 29 | &i2c4 { |
|---|
| 23 | 30 | clock-frequency = <400000>; |
|---|
| 24 | 31 | status = "okay"; |
|---|
| .. | .. |
|---|
| 32 | 39 | interrupts = <RK_PC0 IRQ_TYPE_LEVEL_HIGH>; |
|---|
| 33 | 40 | reset-gpio = <&gpio1 RK_PA7 GPIO_ACTIVE_LOW>; |
|---|
| 34 | 41 | enable-gpio = <&gpio1 RK_PB5 GPIO_ACTIVE_HIGH>; |
|---|
| 42 | + /* |
|---|
| 43 | + * MEDIA_BUS_FMT_UYVY8_1X16 for bt1120 |
|---|
| 44 | + * MEDIA_BUS_FMT_UYVY8_2X8 for bt656 |
|---|
| 45 | + */ |
|---|
| 35 | 46 | bus-format = <MEDIA_BUS_FMT_UYVY8_1X16>; |
|---|
| 36 | 47 | |
|---|
| 37 | 48 | ports { |
|---|
| .. | .. |
|---|
| 60 | 71 | &rgb { |
|---|
| 61 | 72 | status = "okay"; |
|---|
| 62 | 73 | pinctrl-names = "default"; |
|---|
| 74 | + /* |
|---|
| 75 | + * <&bt1120_pins> for bt1120 |
|---|
| 76 | + * <&bt656_pins> for bt656 |
|---|
| 77 | + */ |
|---|
| 63 | 78 | pinctrl-0 = <&bt1120_pins>; |
|---|
| 64 | 79 | |
|---|
| 65 | 80 | ports { |
|---|