|
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 { |
|
846 | 857 | status = "disabled"; |
847 | 858 | }; |
848 | 859 |
|
| 860 | + sio_mbox: mbox@236408000 { |
| 861 | + compatible = "apple,t8103-asc-mailbox", "apple,asc-mailbox-v4"; |
| 862 | + reg = <0x2 0x36408000 0x0 0x4000>; |
| 863 | + interrupt-parent = <&aic>; |
| 864 | + interrupts = <AIC_IRQ 640 IRQ_TYPE_LEVEL_HIGH>, |
| 865 | + <AIC_IRQ 641 IRQ_TYPE_LEVEL_HIGH>, |
| 866 | + <AIC_IRQ 642 IRQ_TYPE_LEVEL_HIGH>, |
| 867 | + <AIC_IRQ 643 IRQ_TYPE_LEVEL_HIGH>; |
| 868 | + interrupt-names = "send-empty", "send-not-empty", |
| 869 | + "recv-empty", "recv-not-empty"; |
| 870 | + #mbox-cells = <0>; |
| 871 | + power-domains = <&ps_sio>; |
| 872 | + }; |
| 873 | + |
| 874 | + sio: sio@236400000 { |
| 875 | + compatible = "apple,t8103-sio", "apple,sio"; |
| 876 | + reg = <0x2 0x36400000 0x0 0x8000>; |
| 877 | + dma-channels = <128>; |
| 878 | + #dma-cells = <1>; |
| 879 | + mboxes = <&sio_mbox>; |
| 880 | + iommus = <&sio_dart 0>; |
| 881 | + power-domains = <&ps_sio_cpu>; |
| 882 | + resets = <&ps_sio>; /* TODO: verify reset does something */ |
| 883 | + status = "disabled"; |
| 884 | + }; |
| 885 | + |
849 | 886 | admac: dma-controller@238200000 { |
850 | 887 | compatible = "apple,t8103-admac", "apple,admac"; |
851 | 888 | reg = <0x2 0x38200000 0x0 0x34000>; |
|
860 | 897 | resets = <&ps_audio_p>; |
861 | 898 | }; |
862 | 899 |
|
| 900 | + dpaudio0: audio-controller@238330000 { |
| 901 | + compatible = "apple,t8103-dpaudio", "apple,dpaudio"; |
| 902 | + reg = <0x2 0x38330000 0x0 0x4000>; |
| 903 | + dmas = <&sio 0x64>; |
| 904 | + dma-names = "tx"; |
| 905 | + power-domains = <&ps_dpa0>; |
| 906 | + reset-domains = <&ps_dpa0>; |
| 907 | + status = "disabled"; |
| 908 | + |
| 909 | + ports { |
| 910 | + #address-cells = <1>; |
| 911 | + #size-cells = <0>; |
| 912 | + port@0 { |
| 913 | + reg = <0>; |
| 914 | + dpaudio0_dcp: endpoint { |
| 915 | + remote-endpoint = <&dcp_audio>; |
| 916 | + }; |
| 917 | + }; |
| 918 | + }; |
| 919 | + }; |
| 920 | + |
| 921 | + dpaudio1: audio-controller@238334000 { |
| 922 | + compatible = "apple,t8103-dpaudio", "apple,dpaudio"; |
| 923 | + reg = <0x2 0x38334000 0x0 0x4000>; |
| 924 | + dmas = <&sio 0x66>; |
| 925 | + dma-names = "tx"; |
| 926 | + power-domains = <&ps_dpa1>; |
| 927 | + reset-domains = <&ps_dpa1>; |
| 928 | + status = "disabled"; |
| 929 | + |
| 930 | + ports { |
| 931 | + #address-cells = <1>; |
| 932 | + #size-cells = <0>; |
| 933 | + port@0 { |
| 934 | + reg = <0>; |
| 935 | + dpaudio1_dcp: endpoint { |
| 936 | + remote-endpoint = <&dcpext_audio>; |
| 937 | + }; |
| 938 | + }; |
| 939 | + }; |
| 940 | + }; |
| 941 | + |
863 | 942 | mca: i2s@238400000 { |
864 | 943 | compatible = "apple,t8103-mca", "apple,mca"; |
865 | 944 | reg = <0x2 0x38400000 0x0 0x18000>, |
|
1257 | 1336 | piodma { |
1258 | 1337 | iommus = <&dispext0_dart 4>; |
1259 | 1338 | }; |
| 1339 | + |
| 1340 | + ports { |
| 1341 | + #address-cells = <1>; |
| 1342 | + #size-cells = <0>; |
| 1343 | + port@0 { |
| 1344 | + reg = <0>; |
| 1345 | + dcpext_audio: endpoint { |
| 1346 | + remote-endpoint = <&dpaudio1_dcp>; |
| 1347 | + }; |
| 1348 | + }; |
| 1349 | + }; |
1260 | 1350 | }; |
1261 | 1351 |
|
1262 | 1352 | ans_mbox: mbox@277408000 { |
|
0 commit comments