mirror of
https://github.com/u-boot/u-boot.git
synced 2024-11-25 21:24:21 +08:00
dt: bcm6838: add gpio controller
Add gpio controllers in bcm6838 device tree. Signed-off-by: Philippe Reynes <philippe.reynes@softathome.com> Reviewed-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
This commit is contained in:
parent
ea0d6aa213
commit
ce171053a8
@ -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";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user