summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/arm/rockchip.yaml
diff options
context:
space:
mode:
authorTim Lunn <tim@feathertop.org>2023-12-03 23:40:04 +1100
committerHeiko Stuebner <heiko@sntech.de>2023-12-05 09:20:44 +0100
commit56bde00f7d151d90c66dada007f13f92b95b0d05 (patch)
tree39bc9b7cf93e4fef429449825af875284f3ecaa5 /Documentation/devicetree/bindings/arm/rockchip.yaml
parent36ad2e479f69d93a27bc0721308e90a4c1101e70 (diff)
dt-bindings: arm: rockchip: Add Sonoff iHost
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>
Diffstat (limited to 'Documentation/devicetree/bindings/arm/rockchip.yaml')
-rw-r--r--Documentation/devicetree/bindings/arm/rockchip.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/rockchip.yaml b/Documentation/devicetree/bindings/arm/rockchip.yaml
index d3c5b25fc2fd..560177823d4a 100644
--- a/Documentation/devicetree/bindings/arm/rockchip.yaml
+++ b/Documentation/devicetree/bindings/arm/rockchip.yaml
@@ -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
...