| .. | .. |
|---|
| 12 | 12 | model = "Rockchip RV1106G EVB2 V12 Board"; |
|---|
| 13 | 13 | compatible = "rockchip,rv1106g-evb2-v12-wakeup", "rockchip,rv1106"; |
|---|
| 14 | 14 | |
|---|
| 15 | | - chosen { |
|---|
| 16 | | - bootargs = "clk_gate.always_on=1"; |
|---|
| 17 | | - }; |
|---|
| 18 | | - |
|---|
| 19 | 15 | reserved-memory { |
|---|
| 20 | 16 | #address-cells = <1>; |
|---|
| 21 | 17 | #size-cells = <1>; |
|---|
| .. | .. |
|---|
| 25 | 21 | reg = <0x40000 0x3c000>; |
|---|
| 26 | 22 | }; |
|---|
| 27 | 23 | |
|---|
| 28 | | - meta: meta@800000 { |
|---|
| 29 | | - /* reg's offset MUST match with RTOS */ |
|---|
| 30 | | - reg = <0x00800000 0x60000>; |
|---|
| 31 | | - }; |
|---|
| 32 | | - |
|---|
| 33 | | - rkisp_thunderboot: rkisp@860000 { |
|---|
| 34 | | - /* reg's offset MUST match with RTOS */ |
|---|
| 35 | | - /* |
|---|
| 36 | | - * vicap, capture raw10, ceil(w*10/8/256)*256*h *4(buf num) |
|---|
| 37 | | - * e.g. 1920x1080: 0xa8c000 |
|---|
| 38 | | - */ |
|---|
| 39 | | - reg = <0x00860000 0xa8c000>; |
|---|
| 40 | | - }; |
|---|
| 41 | | - }; |
|---|
| 42 | | - |
|---|
| 43 | | - thunder_boot_service: thunder-boot-service { |
|---|
| 44 | | - compatible = "rockchip,thunder-boot-service"; |
|---|
| 45 | | - mbox-names = "amp-rx"; |
|---|
| 46 | | - mboxes = <&mailbox 1>; |
|---|
| 47 | | - resets = <&cru SRST_CORE_MCU>, <&cru SRST_CORE_MCU_PWRUP>, |
|---|
| 48 | | - <&cru SRST_CORE_MCU_CPU>, <&cru SRST_T_CORE_MCU_CPU>; |
|---|
| 49 | | - reset-names = "core_mcu", "core_mcu_pwrup", |
|---|
| 50 | | - "core_mcu_cpu", "t_core_mcu_cpu"; |
|---|
| 51 | | - memory-region = <&rtos>; |
|---|
| 52 | | - status = "disabled"; |
|---|
| 53 | 24 | }; |
|---|
| 54 | 25 | |
|---|
| 55 | 26 | vcc_1v8: vcc-1v8 { |
|---|
| .. | .. |
|---|
| 83 | 54 | wireless_wlan: wireless-wlan { |
|---|
| 84 | 55 | compatible = "wlan-platdata"; |
|---|
| 85 | 56 | WIFI,host_wake_irq = <&gpio1 RK_PB0 GPIO_ACTIVE_HIGH>; |
|---|
| 86 | | - status = "okay"; |
|---|
| 57 | + status = "disabled"; |
|---|
| 87 | 58 | }; |
|---|
| 88 | 59 | |
|---|
| 89 | 60 | gpio-keys { |
|---|
| .. | .. |
|---|
| 129 | 100 | csi_dphy_input0: endpoint@0 { |
|---|
| 130 | 101 | reg = <0>; |
|---|
| 131 | 102 | remote-endpoint = <&sc3338_out>; |
|---|
| 103 | + data-lanes = <1 2>; |
|---|
| 104 | + }; |
|---|
| 105 | + |
|---|
| 106 | + csi_dphy_input1: endpoint@1 { |
|---|
| 107 | + reg = <1>; |
|---|
| 108 | + remote-endpoint = <&sc200ai_out>; |
|---|
| 132 | 109 | data-lanes = <1 2>; |
|---|
| 133 | 110 | }; |
|---|
| 134 | 111 | }; |
|---|
| .. | .. |
|---|
| 180 | 157 | }; |
|---|
| 181 | 158 | }; |
|---|
| 182 | 159 | }; |
|---|
| 160 | + |
|---|
| 161 | + sc200ai: sc200ai@30 { |
|---|
| 162 | + compatible = "smartsens,sc200ai"; |
|---|
| 163 | + status = "okay"; |
|---|
| 164 | + reg = <0x30>; |
|---|
| 165 | + clocks = <&cru MCLK_REF_MIPI0>; |
|---|
| 166 | + clock-names = "xvclk"; |
|---|
| 167 | + reset-gpios = <&gpio3 RK_PC5 GPIO_ACTIVE_HIGH>; |
|---|
| 168 | + pwdn-gpios = <&gpio3 RK_PD2 GPIO_ACTIVE_HIGH>; |
|---|
| 169 | + pinctrl-names = "default"; |
|---|
| 170 | + pinctrl-0 = <&mipi_refclk_out0>; |
|---|
| 171 | + rockchip,camera-module-index = <0>; |
|---|
| 172 | + rockchip,camera-module-facing = "back"; |
|---|
| 173 | + rockchip,camera-module-name = "CMK-OT2115-PC1"; |
|---|
| 174 | + rockchip,camera-module-lens-name = "30IRC-F16"; |
|---|
| 175 | + port { |
|---|
| 176 | + sc200ai_out: endpoint { |
|---|
| 177 | + remote-endpoint = <&csi_dphy_input1>; |
|---|
| 178 | + data-lanes = <1 2>; |
|---|
| 179 | + }; |
|---|
| 180 | + }; |
|---|
| 181 | + }; |
|---|
| 183 | 182 | }; |
|---|
| 184 | 183 | |
|---|
| 185 | 184 | &mipi0_csi2 { |
|---|
| .. | .. |
|---|
| 223 | 222 | |
|---|
| 224 | 223 | &rkcif_mipi_lvds { |
|---|
| 225 | 224 | status = "okay"; |
|---|
| 226 | | - //memory-region-thunderboot = <&rkisp_thunderboot>; |
|---|
| 227 | 225 | |
|---|
| 228 | 226 | pinctrl-names = "default"; |
|---|
| 229 | 227 | pinctrl-0 = <&mipi_pins>; |
|---|
| .. | .. |
|---|
| 323 | 321 | }; |
|---|
| 324 | 322 | |
|---|
| 325 | 323 | &usbdrd_dwc3 { |
|---|
| 326 | | - dr_mode = "peripheral"; |
|---|
| 324 | + dr_mode = "otg"; |
|---|
| 325 | +}; |
|---|
| 326 | + |
|---|
| 327 | +&acodec { |
|---|
| 328 | + status = "disabled"; |
|---|
| 327 | 329 | }; |
|---|