mirror of
https://github.com/torvalds/linux.git
synced 2024-12-19 09:32:32 +00:00
25e8f336e5
Signed-off-by: Niklas Cassel <nks@flawful.org> Signed-off-by: Rob Herring <robh@kernel.org>
20 lines
402 B
Plaintext
20 lines
402 B
Plaintext
ETRAX FS UART
|
|
|
|
Required properties:
|
|
- compatible : "axis,etraxfs-uart"
|
|
- reg: offset and length of the register set for the device.
|
|
- interrupts: device interrupt
|
|
|
|
Optional properties:
|
|
- {dtr,dsr,ri,cd}-gpios: specify a GPIO for DTR/DSR/RI/CD
|
|
line respectively.
|
|
|
|
Example:
|
|
|
|
serial@b00260000 {
|
|
compatible = "axis,etraxfs-uart";
|
|
reg = <0xb0026000 0x1000>;
|
|
interrupts = <68>;
|
|
status = "disabled";
|
|
};
|