]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
dt-bindings: arm: rockchip: Add Sonoff iHost
authorTim Lunn <tim@feathertop.org>
Sun, 3 Dec 2023 12:40:04 +0000 (23:40 +1100)
committerHeiko Stuebner <heiko@sntech.de>
Tue, 5 Dec 2023 08:20:44 +0000 (09:20 +0100)
Sonoff iHost is a smart home hub with built in radios for wifi/bt
and Zigbee. It is based off the Rockchip RV1126 (or RV1109) SoC.

Signed-off-by: Tim Lunn <tim@feathertop.org>
Acked-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20231203124004.2676174-9-tim@feathertop.org
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Documentation/devicetree/bindings/arm/rockchip.yaml

index d3c5b25fc2fd72f729993724fbe81299d4246d95..560177823d4a47c087bbe8869b63487c9161aaeb 100644 (file)
@@ -927,6 +927,13 @@ properties:
           - const: rockchip,rk3568-bpi-r2pro
           - const: rockchip,rk3568
 
+      - description: Sonoff iHost Smart Home Hub
+        items:
+          - const: itead,sonoff-ihost
+          - enum:
+              - rockchip,rv1126
+              - rockchip,rv1109
+
 additionalProperties: true
 
 ...