| .. | .. |
|---|
| 32 | 32 | Product Code, shall be in lower case hexadecimal with leading |
|---|
| 33 | 33 | zeroes suppressed |
|---|
| 34 | 34 | |
|---|
| 35 | +Optional property for SLIMbus child node if it is present: |
|---|
| 36 | +- slim-ifc-dev - Should be phandle to SLIMBus Interface device. |
|---|
| 37 | + Required for devices which deal with streams. |
|---|
| 38 | + |
|---|
| 35 | 39 | SLIMbus example for Qualcomm's slimbus manager component: |
|---|
| 36 | 40 | |
|---|
| 37 | 41 | slim@28080000 { |
|---|
| .. | .. |
|---|
| 43 | 47 | #address-cells = <2>; |
|---|
| 44 | 48 | #size-cell = <0>; |
|---|
| 45 | 49 | |
|---|
| 50 | + codec_ifd: ifd@0,0{ |
|---|
| 51 | + compatible = "slim217,60"; |
|---|
| 52 | + reg = <0 0>; |
|---|
| 53 | + }; |
|---|
| 54 | + |
|---|
| 46 | 55 | codec: wcd9310@1,0{ |
|---|
| 47 | 56 | compatible = "slim217,60"; |
|---|
| 48 | 57 | reg = <1 0>; |
|---|
| 58 | + slim-ifc-dev = <&codec_ifd>; |
|---|
| 49 | 59 | }; |
|---|
| 50 | 60 | }; |
|---|