mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-20 07:58:55 +00:00
arm64: dts: ls1012a: add gpio node
Add gpio node for SoC LS1012A Signed-off-by: Biwen Li <biwen.li@nxp.com> Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
This commit is contained in:
parent
2b3393cb3c
commit
5609300521
1 changed files with 20 additions and 0 deletions
|
@ -71,6 +71,26 @@
|
||||||
bus-width = <4>;
|
bus-width = <4>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
gpio0: gpio@2300000 {
|
||||||
|
compatible = "fsl,qoriq-gpio";
|
||||||
|
reg = <0x0 0x2300000 0x0 0x10000>;
|
||||||
|
interrupts = <0 66 0x4>;
|
||||||
|
gpio-controller;
|
||||||
|
#gpio-cells = <2>;
|
||||||
|
interrupt-controller;
|
||||||
|
#interrupt-cells = <2>;
|
||||||
|
};
|
||||||
|
|
||||||
|
gpio1: gpio@2310000 {
|
||||||
|
compatible = "fsl,qoriq-gpio";
|
||||||
|
reg = <0x0 0x2310000 0x0 0x10000>;
|
||||||
|
interrupts = <0 67 0x4>;
|
||||||
|
gpio-controller;
|
||||||
|
#gpio-cells = <2>;
|
||||||
|
interrupt-controller;
|
||||||
|
#interrupt-cells = <2>;
|
||||||
|
};
|
||||||
|
|
||||||
i2c0: i2c@2180000 {
|
i2c0: i2c@2180000 {
|
||||||
compatible = "fsl,vf610-i2c";
|
compatible = "fsl,vf610-i2c";
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
|
|
Loading…
Add table
Reference in a new issue