| .. | .. |
|---|
| 1 | | -/* |
|---|
| 2 | | - * This program is free software; you can redistribute it and/or modify |
|---|
| 3 | | - * it under the terms of the GNU General Public License version 2 as |
|---|
| 4 | | - * published by the Free Software Foundation. |
|---|
| 5 | | - */ |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
|---|
| 6 | 2 | |
|---|
| 7 | 3 | /dts-v1/; |
|---|
| 8 | 4 | |
|---|
| .. | .. |
|---|
| 54 | 50 | }; |
|---|
| 55 | 51 | }; |
|---|
| 56 | 52 | |
|---|
| 53 | +&uart2 { |
|---|
| 54 | + /delete-property/dma-names; |
|---|
| 55 | + bluetooth { |
|---|
| 56 | + compatible = "ti,wl1283-st"; |
|---|
| 57 | + enable-gpios = <&gpio6 2 GPIO_ACTIVE_HIGH>; /* gpio 162 */ |
|---|
| 58 | + max-speed = <3000000>; |
|---|
| 59 | + }; |
|---|
| 60 | +}; |
|---|
| 61 | + |
|---|
| 62 | +/* The DM3730 has a faster L3 than OMAP35, so increase pixel clock */ |
|---|
| 63 | +&mt9p031_out { |
|---|
| 64 | + pixel-clock-frequency = <90000000>; |
|---|
| 65 | +}; |
|---|
| 66 | + |
|---|
| 57 | 67 | &omap3_pmx_core { |
|---|
| 58 | 68 | mmc3_pins: pinmux_mm3_pins { |
|---|
| 59 | 69 | pinctrl-single,pins = < |
|---|