Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
kernel
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Chips and Media
kernel
Merge requests
!59
V12 preview for review
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
V12 preview for review
cnm-wave5/6.4-rc5/v12-squashed
into
media_stage
Overview
15
Commits
11
Changes
42
Closed
Sebastian Fricke
requested to merge
cnm-wave5/6.4-rc5/v12-squashed
into
media_stage
1 year ago
Overview
15
Commits
11
Changes
42
Expand
0
0
Merge request reports
Compare
media_stage
media_stage (base)
and
latest version
latest version
fb2b1434
11 commits,
1 year ago
42 files
+
11953
−
29
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
42
Search (e.g. *.vue) (Ctrl+P)
Documentation/devicetree/bindings/cnm,wave5.yml
0 → 100644
+
72
−
0
Options
# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
%YAML
1.2
---
$id
:
http://devicetree.org/schemas/media/wave5.yaml#
$schema
:
http://devicetree.org/meta-schemas/core.yaml#
title
:
Chips&Media Wave 5 Series multi-standard codec IP
maintainers
:
-
Nas Chung <nas.chung@chipsnmedia.com>
-
Robert Beckett <bob.beckett@collabora.com>
-
Sebastian Fricke <sebastian.fricke@collabora.com>
description
:
|-
The Chips&Media WAVE codec IP is a multi format video encoder/decoder
properties
:
compatible
:
anyOf
:
-
items
:
-
enum
:
-
cnm,cm511-vpu
-
cnm,cm517-vpu
-
cnm,cm521-vpu
-
cnm,cm521c-vpu
-
cnm,cm521c-dual-vpu
-
cnm,cm521e1-vpu
-
cnm,cm537-vpu
reg
:
maxItems
:
1
clocks
:
minItems
:
1
maxItems
:
4
clock-names
:
minItems
:
1
maxItems
:
4
interrupts
:
maxItems
:
1
power-domains
:
maxItems
:
1
resets
:
maxItems
:
1
sram
:
$ref
:
/schemas/types.yaml#/definitions/phandle
description
:
phandle pointing to the SRAM device node
maxItems
:
1
required
:
-
compatible
-
reg
-
interrupts
-
clocks
-
clock-names
additionalProperties
:
false
examples
:
-
|
vpu: video-codec@12345678 {
compatible = "cnm,cm521-vpu";
reg = <0x12345678 0x1000>;
interrupts = <42>;
clocks = <&clks 42>;
clock-names = "vcodec";
sram = <&sram>;
};
Loading