Select the types of activity you want to include in your feed.
1// SPDX-License-Identifier: GPL-2.0 2/dts-v1/; 3 4#include "omap2420-n8x0-common.dtsi" 5 6/ { 7 model = "Nokia N810"; 8 compatible = "nokia,n810", "nokia,n8x0", "ti,omap2420", "ti,omap2"; 9}; 10 11&i2c2 { 12 aic3x@18 { 13 compatible = "tlv320aic3x"; 14 reg = <0x18>; 15 }; 16};