Linux Audio

Check our new training course

Real-Time Linux with PREEMPT_RT training

Feb 18-20, 2025
Register
Loading...
v4.17
 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};
v4.10.11
 
 1/dts-v1/;
 2
 3#include "omap2420-n8x0-common.dtsi"
 4
 5/ {
 6	model = "Nokia N810";
 7	compatible = "nokia,n810", "nokia,n8x0", "ti,omap2420", "ti,omap2";
 8};
 9
10&i2c2 {
11	aic3x@18 {
12		compatible = "tlv320aic3x";
13		reg = <0x18>;
14	};
15};