From 5e9c6c92bd7f9482fdb7fa1a05296f4b5ff1f60e Mon Sep 17 00:00:00 2001 From: kenkkkkk <89824497+kenkkkkk@users.noreply.github.com> Date: Mon, 6 Nov 2023 14:13:23 +0800 Subject: [PATCH 1/2] Create lec-imx8mp-1.json --- dtmi/aaeon/lec-imx8mp-1.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 dtmi/aaeon/lec-imx8mp-1.json diff --git a/dtmi/aaeon/lec-imx8mp-1.json b/dtmi/aaeon/lec-imx8mp-1.json new file mode 100644 index 000000000..c08e3abe7 --- /dev/null +++ b/dtmi/aaeon/lec-imx8mp-1.json @@ -0,0 +1,13 @@ +{ + "@context": "dtmi:dtdl:context;2", + "@id": "dtmi:ADLINK:LEC_IMX8MP;1", + "@type": "Interface", + "displayName": "ADLINK-LEC-IMX8MP", + "contents": [ + { + "@type": "Component", + "name": "WindowsDeviceInfo1", + "schema": "dtmi:Synnex:WindowsDeviceInfo;1" + } + ] +} \ No newline at end of file From 5eee02a0d143eef6ab4f1e712b8a51eb0ed25e01 Mon Sep 17 00:00:00 2001 From: kenkkkkk <89824497+kenkkkkk@users.noreply.github.com> Date: Fri, 10 Nov 2023 08:52:09 +0800 Subject: [PATCH 2/2] Create lec_imx8mp-2.json --- dtmi/adlink/lec_imx8mp-2.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 dtmi/adlink/lec_imx8mp-2.json diff --git a/dtmi/adlink/lec_imx8mp-2.json b/dtmi/adlink/lec_imx8mp-2.json new file mode 100644 index 000000000..65ace1435 --- /dev/null +++ b/dtmi/adlink/lec_imx8mp-2.json @@ -0,0 +1,13 @@ +{ + "@context": "dtmi:dtdl:context;2", + "@id": "dtmi:ADLINK:lec_imx8mp;1", + "@type": "Interface", + "displayName": "ADLINK-LEC-IMX8MP", + "contents": [ + { + "@type": "Component", + "name": "WindowsDeviceInfo1", + "schema": "dtmi:Synnex:WindowsDeviceInfo;1" + } + ] +} \ No newline at end of file