mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-14 22:44:27 +08:00
dt-bindings: pinctrl: Add bindings for Ingenic X2100.
Add the pinctrl bindings for the X2100 SoC from Ingenic. Signed-off-by: 周琰杰 (Zhou Yanjie) <zhouyanjie@wanyeetech.com> Acked-by: Rob Herring <robh@kernel.org> Link: https://lore.kernel.org/r/1627108604-91304-4-git-send-email-zhouyanjie@wanyeetech.com Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
parent
b638e0f18d
commit
bbd33911cf
@ -19,10 +19,10 @@ description: >
|
|||||||
pin within that GPIO port. For example PA0 is the first pin in GPIO port A,
|
pin within that GPIO port. For example PA0 is the first pin in GPIO port A,
|
||||||
and PB31 is the last pin in GPIO port B. The JZ4730, the JZ4740, the JZ4725B,
|
and PB31 is the last pin in GPIO port B. The JZ4730, the JZ4740, the JZ4725B,
|
||||||
the X1000 and the X1830 contains 4 GPIO ports, PA to PD, for a total of 128
|
the X1000 and the X1830 contains 4 GPIO ports, PA to PD, for a total of 128
|
||||||
pins. The X2000 contains 5 GPIO ports, PA to PE, for a total of 160 pins.
|
pins. The X2000 and the X2100 contains 5 GPIO ports, PA to PE, for a total of
|
||||||
The JZ4750, the JZ4755 the JZ4760, the JZ4770 and the JZ4780 contains 6 GPIO
|
160 pins. The JZ4750, the JZ4755 the JZ4760, the JZ4770 and the JZ4780 contains
|
||||||
ports, PA to PF, for a total of 192 pins. The JZ4775 contains 7 GPIO ports,
|
6 GPIO ports, PA to PF, for a total of 192 pins. The JZ4775 contains 7 GPIO
|
||||||
PA to PG, for a total of 224 pins.
|
ports, PA to PG, for a total of 224 pins.
|
||||||
|
|
||||||
maintainers:
|
maintainers:
|
||||||
- Paul Cercueil <paul@crapouillou.net>
|
- Paul Cercueil <paul@crapouillou.net>
|
||||||
@ -47,6 +47,7 @@ properties:
|
|||||||
- ingenic,x1500-pinctrl
|
- ingenic,x1500-pinctrl
|
||||||
- ingenic,x1830-pinctrl
|
- ingenic,x1830-pinctrl
|
||||||
- ingenic,x2000-pinctrl
|
- ingenic,x2000-pinctrl
|
||||||
|
- ingenic,x2100-pinctrl
|
||||||
- items:
|
- items:
|
||||||
- const: ingenic,jz4760b-pinctrl
|
- const: ingenic,jz4760b-pinctrl
|
||||||
- const: ingenic,jz4760-pinctrl
|
- const: ingenic,jz4760-pinctrl
|
||||||
@ -85,6 +86,7 @@ patternProperties:
|
|||||||
- ingenic,x1500-gpio
|
- ingenic,x1500-gpio
|
||||||
- ingenic,x1830-gpio
|
- ingenic,x1830-gpio
|
||||||
- ingenic,x2000-gpio
|
- ingenic,x2000-gpio
|
||||||
|
- ingenic,x2100-gpio
|
||||||
|
|
||||||
reg:
|
reg:
|
||||||
items:
|
items:
|
||||||
|
Loading…
Reference in New Issue
Block a user