]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ARM: dts: aspeed: anacapa: add NFC device
authorCarl Lee <carl.lee@amd.com>
Mon, 9 Feb 2026 02:25:59 +0000 (10:25 +0800)
committerAndrew Jeffery <andrew@codeconstruct.com.au>
Sun, 22 Feb 2026 23:13:06 +0000 (09:43 +1030)
add NFC NXP NCI device support to NFC tag reading

Signed-off-by: Carl Lee <carl.lee@amd.com>
Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>
arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-anacapa.dts

index 221af858cb6b8e468783aefb363e0cffcf21fdc3..7349d25434e67dde0b03e2646c896138eed4a38f 100644 (file)
                        reg = <7>;
                        #address-cells = <1>;
                        #size-cells = <0>;
+
+                       nfc@28 {
+                               compatible = "nxp,nxp-nci-i2c";
+                               reg = <0x28>;
+
+                               interrupt-parent = <&sgpiom0>;
+                               interrupts = <156 IRQ_TYPE_LEVEL_HIGH>;
+
+                               enable-gpios = <&sgpiom0 241 GPIO_ACTIVE_HIGH>;
+                       };
                };
        };
 };