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 v6.3 12 lines 260 B view raw
1NVIDIA Tegra 20 DAS (Digital Audio Switch) controller 2 3Required properties: 4- compatible : "nvidia,tegra20-das" 5- reg : Should contain DAS registers location and length 6 7Example: 8 9das@70000c00 { 10 compatible = "nvidia,tegra20-das"; 11 reg = <0x70000c00 0x80>; 12};