Rob, UC8210/8220 use Freescale CPU, UC7110/7112 use MoxaArt(moxart.yaml) proprietary MOXA CPU. -----Original Message----- From: Rob Herring <robh@xxxxxxxxxx> Sent: Thursday, July 7, 2022 12:15 AM To: Jimmy Chen (陳永達) <jimmy.chen@xxxxxxxx> Cc: krzysztof.kozlowski+dt@xxxxxxxxxx; devicetree@xxxxxxxxxxxxxxx; linux-kernel@xxxxxxxxxxxxxxx Subject: Re: [PATCH 2/2] Add an entry for MOXA platform board On Wed, Jul 06, 2022 at 07:22:23AM +0000, Jimmy Chen (陳永達) wrote: > UC-8220 & UC-8210 hardware compatibility model > > Signed-off-by: Jimmy Chen <jimmy.chen@xxxxxxxx> > --- > .../devicetree/bindings/arm/moxa.yaml | 21 +++++++++++++++++++ > 1 file changed, 21 insertions(+) > create mode 100644 Documentation/devicetree/bindings/arm/moxa.yaml What's the relationship to moxart.yaml? > > diff --git a/Documentation/devicetree/bindings/arm/moxa.yaml > b/Documentation/devicetree/bindings/arm/moxa.yaml > new file mode 100644 > index 000000000000..73f4bf883b06 > --- /dev/null > +++ b/Documentation/devicetree/bindings/arm/moxa.yaml > @@ -0,0 +1,21 @@ > +# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause %YAML 1.2 > +--- > +$id: > +https://apc01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fdevi > +cetree.org%2Fschemas%2Farm%2Fmoxa.yaml%23&data=05%7C01%7Cjimmy.ch > +en%40moxa.com%7Cb1a7593190b040afbc0b08da5f6ab967%7C5571c7d4286b47f69d > +d50aa688773c8e%7C0%7C0%7C637927209230510374%7CUnknown%7CTWFpbGZsb3d8e > +yJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3 > +000%7C%7C%7C&sdata=H6KQQcoI5KkzhPHKMtMatHOq84biBwLpHY%2F7FSa7wPc% > +3D&reserved=0 > +$schema: > +https://apc01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fdevi > +cetree.org%2Fmeta-schemas%2Fcore.yaml%23&data=05%7C01%7Cjimmy.che > +n%40moxa.com%7Cb1a7593190b040afbc0b08da5f6ab967%7C5571c7d4286b47f69dd > +50aa688773c8e%7C0%7C0%7C637927209230510374%7CUnknown%7CTWFpbGZsb3d8ey > +JWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C30 > +00%7C%7C%7C&sdata=qGexv3EptWO61X2o%2BcY0Clle2qHlEGFDcksMR1A4GWw%3 > +D&reserved=0 > + > +title: MOXA platform device tree bindings > + > +maintainers: > + - Jimmy Chen <jimmy.chen@xxxxxxxx> > + > +properties: > + compatible: > + description: UC-82XX-LX embedded computer > + items: > + - const: moxa,uc-8210 > + - const: moxa,uc-8220 > + > +additionalProperties: true > +... > + > -- > 2.20.1 >