Message ID | 20200718050056.1713-1-christianshewitt@gmail.com (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | [1/2] dt-bindings: arm: amlogic: add support for the WeTek Core 2 | expand |
On Sat 18 Jul 2020 at 07:00, Christian Hewitt <christianshewitt@gmail.com> wrote: > The WeTek Core 2 is a commercial Android device based on the Amlogic Q200 > reference design using the S912-H chipset. Specs: This series is missing a cover-letter. Please add a cover letter when sending more that one patch > > 3GB DDR3 RAM > 32GB eMMC storage > 10/100 Ethernet using Realtek RTL8152 (internal USB) > 802.11 a/b/g/n/ac + BT 4.1 sdio wireless module (AP6356S) > 2x single colour LEDs to indicate power > 1x power button > 1x reset button on the underside of the box > HDMI 2.0 (4k@60p) video > Composite video + 2-channel audio output on 3.5mm jack > S/PDIF audio output > 2x USB 2.0 ports > 1x USB OTG port (internal) > 1x micro SD card slot > UART pins (internal) > IR Sensor > > Signed-off-by: Christian Hewitt <christianshewitt@gmail.com> > --- > Documentation/devicetree/bindings/arm/amlogic.yaml | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/arm/amlogic.yaml b/Documentation/devicetree/bindings/arm/amlogic.yaml > index 378229fa8310..5eba9f48823e 100644 > --- a/Documentation/devicetree/bindings/arm/amlogic.yaml > +++ b/Documentation/devicetree/bindings/arm/amlogic.yaml > @@ -121,6 +121,7 @@ properties: > - libretech,aml-s912-pc > - nexbox,a1 > - tronsmart,vega-s96 > + - wetek,core2 > - const: amlogic,s912 > - const: amlogic,meson-gxm
diff --git a/Documentation/devicetree/bindings/arm/amlogic.yaml b/Documentation/devicetree/bindings/arm/amlogic.yaml index 378229fa8310..5eba9f48823e 100644 --- a/Documentation/devicetree/bindings/arm/amlogic.yaml +++ b/Documentation/devicetree/bindings/arm/amlogic.yaml @@ -121,6 +121,7 @@ properties: - libretech,aml-s912-pc - nexbox,a1 - tronsmart,vega-s96 + - wetek,core2 - const: amlogic,s912 - const: amlogic,meson-gxm
The WeTek Core 2 is a commercial Android device based on the Amlogic Q200 reference design using the S912-H chipset. Specs: 3GB DDR3 RAM 32GB eMMC storage 10/100 Ethernet using Realtek RTL8152 (internal USB) 802.11 a/b/g/n/ac + BT 4.1 sdio wireless module (AP6356S) 2x single colour LEDs to indicate power 1x power button 1x reset button on the underside of the box HDMI 2.0 (4k@60p) video Composite video + 2-channel audio output on 3.5mm jack S/PDIF audio output 2x USB 2.0 ports 1x USB OTG port (internal) 1x micro SD card slot UART pins (internal) IR Sensor Signed-off-by: Christian Hewitt <christianshewitt@gmail.com> --- Documentation/devicetree/bindings/arm/amlogic.yaml | 1 + 1 file changed, 1 insertion(+)