diff --git a/sig-device-iot/README.md b/sig-device-iot/README.md
new file mode 100644
index 0000000000000000000000000000000000000000..701a8c14bf996eab99645034b619bcaef44fd80c
--- /dev/null
+++ b/sig-device-iot/README.md
@@ -0,0 +1,15 @@
+# SIG Device IoT
+
+SIG Device IoT is responsible to simplify, develop, and maintain device (protocols) integrations as extensions, or add-ons, to KubeEdge deployments.
+
+The [charter](./charter.md) defines the scope and governance of the Auth Special Interest Group.
+
+## Meetings
+
+* Regular SIG Meeting: [Friday at 10:00 UTC+8](https://zoom.us/j/4167237304) (biweekly). [Convert to your timezone](http://www.thetimezoneconverter.com/?t=10:00&tz=PT%20%28Pacific%20Time%29).
+ * [Meeting notes and Agenda](https://docs.google.com/document/d/1PeuZzfLjU8oIduKI2nFeckKAhhckME4tqCZ33WmORBI/edit#heading=h.252sw1n3b1vb).
+ * [Meeting Calendar](https://calendar.google.com/calendar/embed?src=8rjk8o516vfte21qibvlae3lj4%40group.calendar.google.com) | [Subscribe](https://calendar.google.com/calendar?cid=OHJqazhvNTE2dmZ0ZTIxcWlidmxhZTNsajRAZ3JvdXAuY2FsZW5kYXIuZ29vZ2xlLmNvbQ)
+ 
+## Contact
+- Slack: [#sig-node](https://kubeedge.slack.com/archives/C01239D6PM4)
+- [Mailing list](https://groups.google.com/forum/#!forum/kubeedge)
\ No newline at end of file
diff --git a/sig-device-iot/charter.md b/sig-device-iot/charter.md
new file mode 100644
index 0000000000000000000000000000000000000000..697e3b5fc8506110f22fd466cfd649630ca83f14
--- /dev/null
+++ b/sig-device-iot/charter.md
@@ -0,0 +1,34 @@
+# SIG Device IoT Charter
+
+This charter adheres to the conventions described in KubeEdge Open Governance and uses the Roles and Organization Management outlined in the governance doc.
+
+## Scope
+
+SIG Device IoT is responsible to simplify, develop, and maintain device (protocols) integrations as extensions, or add-ons, to KubeEdge deployments.
+
+### In scope
+
+#### Areas of Focus
+
+- Common API abstraction for different edge device models / profiles and edge device instances, to facilitate access and management of various types of edge devices
+- Extensible edge device communication framework, making it easy for users/applications to integrate/access different industrial devices with their own protocols
+- Simplify the development and implementation of customized Device Mapper, by providing reference implementation, SDK, code skeleton, etc.
+- Investigate and verify the possibility of integration with other IOT open source projects, and promote cross-community cooperation
+- Data management on Edge to consume the data produced by devices
+- Relevant tools, certification proposals for interoperability/compatibility testing, verifications etc.
+
+### Out of scope
+- Device lifecycle management, e.g. device provisioning, device OTA upgrade
+- The contents of individual APIs are owned by SIG Architecture
+
+## Roles and Organization Management
+
+This SIG follows and adheres to the Roles and Organization Management outlined in KubeEdge Open Governance and opts-in to updates and modifications to KubeEdge Open Governance.
+
+### Additional responsibilities of Chairs
+
+- Manage and curate the project boards associated with all sub-projects ahead of every SIG meeting so they may be discussed
+- Ensure the agenda is populated 24 hours in advance of the meeting, or the meeting is then cancelled
+- Report the SIG status at events and community meetings wherever possible
+- Actively promote diversity and inclusion in the SIG
+- Uphold the KubeEdge Code of Conduct especially in terms of personal behavior and responsibility
\ No newline at end of file