Skip to content

Instantly share code, notes, and snippets.

@jelly
Created December 17, 2016 20:43
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 jelly/a829fa27427f71d9fe4ab5ea048cffaf to your computer and use it in GitHub Desktop.
Save jelly/a829fa27427f71d9fe4ab5ea048cffaf to your computer and use it in GitHub Desktop.
arch/arm/boot/dts/sun5i-reference-design-tablet.dtsi
&i2c1 {
pcf8563: rtc@51 {
compatible = "nxp,pcf8563";
reg = <0x51>;
};
zet6223: touchscreen@76 {
compatible = "zeitec,zet6223";
reg = <0x76>;
interrupt-parent = <&pio>;
interrupts = <6 11 IRQ_TYPE_EDGE_FALLING>;
power-gpios = <&pio 1 3 GPIO_ACTIVE_HIGH>; /* PB3 */
};
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment