Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v5.3-rc1 20 lines 401 B view raw
1i2c Controller on XScale platforms such as IOP3xx and IXP4xx 2 3Required properties: 4- compatible : Must be one of 5 "intel,iop3xx-i2c" 6 "intel,ixp4xx-i2c"; 7- reg 8- #address-cells = <1>; 9- #size-cells = <0>; 10 11Optional properties: 12- Child nodes conforming to i2c bus binding 13 14Example: 15 16i2c@c8011000 { 17 compatible = "intel,ixp4xx-i2c"; 18 reg = <0xc8011000 0x18>; 19 interrupts = <33 IRQ_TYPE_LEVEL_LOW>; 20};