Skip to content

Instantly share code, notes, and snippets.

@jannau
Created November 25, 2021 15:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jannau/f72dfb25e099b827ee1c30080d59849b to your computer and use it in GitHub Desktop.
Save jannau/f72dfb25e099b827ee1c30080d59849b to your computer and use it in GitHub Desktop.
t6001 pinctrl_nub dt node
pinctrl_nub: pinctrl@2921f0000 {
compatible = "apple,t8103-pinctrl", "apple,pinctrl";
reg = <0x2 0x921f0000 0x0 0x4000>;
gpio-controller;
#gpio-cells = <2>;
gpio-ranges = <&pinctrl_nub 0 0 16>;
apple,npins = <16>;
interrupt-controller;
#interrupt-cells = <2>;
interrupt-parent = <&aic>;
interrupts = <AIC_IRQ 0 623 IRQ_TYPE_LEVEL_HIGH>,
<AIC_IRQ 0 624 IRQ_TYPE_LEVEL_HIGH>,
<AIC_IRQ 0 625 IRQ_TYPE_LEVEL_HIGH>,
<AIC_IRQ 0 626 IRQ_TYPE_LEVEL_HIGH>,
<AIC_IRQ 0 627 IRQ_TYPE_LEVEL_HIGH>,
<AIC_IRQ 0 628 IRQ_TYPE_LEVEL_HIGH>,
<AIC_IRQ 0 629 IRQ_TYPE_LEVEL_HIGH>;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment