提交 ce171053 编写于 作者: P Philippe Reynes 提交者: Daniel Schwierzeck

dt: bcm6838: add gpio controller

Add gpio controllers in bcm6838 device tree.
Signed-off-by: NPhilippe Reynes <philippe.reynes@softathome.com>
Reviewed-by: NDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
上级 ea0d6aa2
......@@ -98,5 +98,32 @@
status = "disabled";
};
gpio_lo: gpio-controller@14e00100 {
compatible = "brcm,bcm6345-gpio";
reg = <0x14e00100 0x4>, <0x14e0012c 0x4>;
gpio-controller;
#gpio-cells = <2>;
status = "disabled";
};
gpio_mid0: gpio-controller@14e00104 {
compatible = "brcm,bcm6345-gpio";
reg = <0x14e00104 0x4>, <0x14e00130 0x4>;
gpio-controller;
#gpio-cells = <2>;
status = "disabled";
};
gpio_mid1: gpio-controller@14e00108 {
compatible = "brcm,bcm6345-gpio";
reg = <0x14e00108 0x4>, <0x14e00134 0x4>;
gpio-controller;
#gpio-cells = <2>;
status = "disabled";
};
};
};
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册