summaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/serial/slave-device.txt
Commit message (Collapse)AuthorAgeFilesLines
* dt-bindings: slave-device: add current-speed propertyStefan Wahren2017-05-301-0/+9
| | | | | | | | | This adds a new DT property to define the current baud rate of the slave device. Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com> Reviewed-by: Rob Herring <robh@kernel.org> Signed-off-by: David S. Miller <davem@davemloft.net>
* dt/bindings: Add a serial/UART attached device bindingRob Herring2017-02-031-0/+36
Add a common binding for describing serial/UART attached devices. Common examples are Bluetooth, WiFi, NFC and GPS devices. Serial attached devices are represented as child nodes of a UART node. This may need to be extended for more complex devices with multiple interfaces, but for the simple cases a child node is sufficient. Tested-By: Sebastian Reichel <sre@kernel.org> Signed-off-by: Rob Herring <robh@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>