|
628 | 628 | iommus = <&disp0_dart 4>; |
629 | 629 | phandle = <&disp0_piodma>; |
630 | 630 | }; |
| 631 | + |
| 632 | + ports { |
| 633 | + #address-cells = <1>; |
| 634 | + #size-cells = <0>; |
| 635 | + port@0 { |
| 636 | + reg = <0>; |
| 637 | + dcp_audio: endpoint { |
| 638 | + remote-endpoint = <&dpaudio0_dcp>; |
| 639 | + }; |
| 640 | + }; |
| 641 | + }; |
631 | 642 | }; |
632 | 643 |
|
633 | 644 | display: display-subsystem { |
|
848 | 859 | status = "disabled"; |
849 | 860 | }; |
850 | 861 |
|
| 862 | + sio_mbox: mbox@236408000 { |
| 863 | + compatible = "apple,t8103-asc-mailbox", "apple,asc-mailbox-v4"; |
| 864 | + reg = <0x2 0x36408000 0x0 0x4000>; |
| 865 | + interrupt-parent = <&aic>; |
| 866 | + interrupts = <AIC_IRQ 640 IRQ_TYPE_LEVEL_HIGH>, |
| 867 | + <AIC_IRQ 641 IRQ_TYPE_LEVEL_HIGH>, |
| 868 | + <AIC_IRQ 642 IRQ_TYPE_LEVEL_HIGH>, |
| 869 | + <AIC_IRQ 643 IRQ_TYPE_LEVEL_HIGH>; |
| 870 | + interrupt-names = "send-empty", "send-not-empty", |
| 871 | + "recv-empty", "recv-not-empty"; |
| 872 | + #mbox-cells = <0>; |
| 873 | + power-domains = <&ps_sio>; |
| 874 | + }; |
| 875 | + |
| 876 | + sio: sio@236400000 { |
| 877 | + compatible = "apple,t8103-sio", "apple,sio"; |
| 878 | + reg = <0x2 0x36400000 0x0 0x8000>; |
| 879 | + dma-channels = <128>; |
| 880 | + #dma-cells = <1>; |
| 881 | + mboxes = <&sio_mbox>; |
| 882 | + iommus = <&sio_dart 0>; |
| 883 | + power-domains = <&ps_sio_cpu>; |
| 884 | + resets = <&ps_sio>; /* TODO: verify reset does something */ |
| 885 | + status = "disabled"; |
| 886 | + }; |
| 887 | + |
851 | 888 | admac: dma-controller@238200000 { |
852 | 889 | compatible = "apple,t8103-admac", "apple,admac"; |
853 | 890 | reg = <0x2 0x38200000 0x0 0x34000>; |
|
862 | 899 | resets = <&ps_audio_p>; |
863 | 900 | }; |
864 | 901 |
|
| 902 | + dpaudio0: audio-controller@238330000 { |
| 903 | + compatible = "apple,t8103-dpaudio", "apple,dpaudio"; |
| 904 | + reg = <0x2 0x38330000 0x0 0x4000>; |
| 905 | + dmas = <&sio 0x64>; |
| 906 | + dma-names = "tx"; |
| 907 | + power-domains = <&ps_dpa0>; |
| 908 | + reset-domains = <&ps_dpa0>; |
| 909 | + status = "disabled"; |
| 910 | + |
| 911 | + ports { |
| 912 | + #address-cells = <1>; |
| 913 | + #size-cells = <0>; |
| 914 | + port@0 { |
| 915 | + reg = <0>; |
| 916 | + dpaudio0_dcp: endpoint { |
| 917 | + remote-endpoint = <&dcp_audio>; |
| 918 | + }; |
| 919 | + }; |
| 920 | + }; |
| 921 | + }; |
| 922 | + |
| 923 | + dpaudio1: audio-controller@238334000 { |
| 924 | + compatible = "apple,t8103-dpaudio", "apple,dpaudio"; |
| 925 | + reg = <0x2 0x38334000 0x0 0x4000>; |
| 926 | + dmas = <&sio 0x66>; |
| 927 | + dma-names = "tx"; |
| 928 | + power-domains = <&ps_dpa1>; |
| 929 | + reset-domains = <&ps_dpa1>; |
| 930 | + status = "disabled"; |
| 931 | + |
| 932 | + ports { |
| 933 | + #address-cells = <1>; |
| 934 | + #size-cells = <0>; |
| 935 | + port@0 { |
| 936 | + reg = <0>; |
| 937 | + dpaudio1_dcp: endpoint { |
| 938 | + remote-endpoint = <&dcpext_audio>; |
| 939 | + }; |
| 940 | + }; |
| 941 | + }; |
| 942 | + }; |
| 943 | + |
865 | 944 | mca: i2s@238400000 { |
866 | 945 | compatible = "apple,t8103-mca", "apple,mca"; |
867 | 946 | reg = <0x2 0x38400000 0x0 0x18000>, |
|
1265 | 1344 | piodma { |
1266 | 1345 | iommus = <&dispext0_dart 4>; |
1267 | 1346 | }; |
| 1347 | + |
| 1348 | + ports { |
| 1349 | + #address-cells = <1>; |
| 1350 | + #size-cells = <0>; |
| 1351 | + port@0 { |
| 1352 | + reg = <0>; |
| 1353 | + dcpext_audio: endpoint { |
| 1354 | + remote-endpoint = <&dpaudio1_dcp>; |
| 1355 | + }; |
| 1356 | + }; |
| 1357 | + }; |
1268 | 1358 | }; |
1269 | 1359 |
|
1270 | 1360 | ans_mbox: mbox@277408000 { |
|
0 commit comments