Message ID | 20240509171736.2048414-7-christoph.fritz@hexdev.de (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | LIN Bus support for Linux | expand |
On Thu, May 09, 2024 at 07:17:31PM +0200, Christoph Fritz wrote: > Add dt-bindings for hexDEV hexLINSER serial LIN adapters. These adapters > are basically just LIN transceivers that are mostly hard-wired to serial > devices. > > Signed-off-by: Christoph Fritz <christoph.fritz@hexdev.de> > --- > .../bindings/net/can/hexdev,hex-linser.yaml | 32 +++++++++++++++++++ > 1 file changed, 32 insertions(+) > create mode 100644 Documentation/devicetree/bindings/net/can/hexdev,hex-linser.yaml > > diff --git a/Documentation/devicetree/bindings/net/can/hexdev,hex-linser.yaml b/Documentation/devicetree/bindings/net/can/hexdev,hex-linser.yaml > new file mode 100644 > index 0000000000000..42dce3348f73c > --- /dev/null > +++ b/Documentation/devicetree/bindings/net/can/hexdev,hex-linser.yaml > @@ -0,0 +1,32 @@ > +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) > +%YAML 1.2 > +--- > +$id: http://devicetree.org/schemas/net/can/hexdev,hex-linser.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > + > +title: hexDEV hexLINSER serial LIN adapter > + > +description: > + LIN transceiver, mostly hard-wired to a serial device, used for communication > + on a LIN bus. > + For more details on the adapter, visit <https://hexdev.de/hexlin#hexLINSER>. I figured I should check in firefox this time, link works fine :) Reviewed-by: Conor Dooley <conor.dooley@microchip.com> Cheers, Conor.
diff --git a/Documentation/devicetree/bindings/net/can/hexdev,hex-linser.yaml b/Documentation/devicetree/bindings/net/can/hexdev,hex-linser.yaml new file mode 100644 index 0000000000000..42dce3348f73c --- /dev/null +++ b/Documentation/devicetree/bindings/net/can/hexdev,hex-linser.yaml @@ -0,0 +1,32 @@ +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) +%YAML 1.2 +--- +$id: http://devicetree.org/schemas/net/can/hexdev,hex-linser.yaml# +$schema: http://devicetree.org/meta-schemas/core.yaml# + +title: hexDEV hexLINSER serial LIN adapter + +description: + LIN transceiver, mostly hard-wired to a serial device, used for communication + on a LIN bus. + For more details on the adapter, visit <https://hexdev.de/hexlin#hexLINSER>. + +maintainers: + - Christoph Fritz <christoph.fritz@hexdev.de> + +properties: + compatible: + const: hexdev,hex-linser + +required: + - compatible + +additionalProperties: false + +examples: + - | + serial { + linbus { + compatible = "hexdev,hex-linser"; + }; + };
Add dt-bindings for hexDEV hexLINSER serial LIN adapters. These adapters are basically just LIN transceivers that are mostly hard-wired to serial devices. Signed-off-by: Christoph Fritz <christoph.fritz@hexdev.de> --- .../bindings/net/can/hexdev,hex-linser.yaml | 32 +++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 Documentation/devicetree/bindings/net/can/hexdev,hex-linser.yaml