File tree Expand file tree Collapse file tree 1 file changed +53
-0
lines changed
arch/riscv/boot/dts/spacemit Expand file tree Collapse file tree 1 file changed +53
-0
lines changed Original file line number Diff line number Diff line change 769
769
reg-io-width = <4>;
770
770
status = "reserved"; /* for TEE usage */
771
771
};
772
+
773
+ camera-bus {
774
+ compatible = "simple-bus";
775
+ ranges;
776
+ #address-cells = <2>;
777
+ #size-cells = <2>;
778
+ dma-ranges = <0x0 0x00000000 0x0 0x00000000 0x0 0x80000000>,
779
+ <0x0 0x80000000 0x1 0x00000000 0x1 0x80000000>;
780
+ };
781
+
782
+ dma-bus {
783
+ compatible = "simple-bus";
784
+ ranges;
785
+ #address-cells = <2>;
786
+ #size-cells = <2>;
787
+ dma-ranges = <0x0 0x00000000 0x0 0x00000000 0x0 0x80000000>,
788
+ <0x1 0x00000000 0x1 0x80000000 0x3 0x00000000>;
789
+ };
790
+
791
+ multimedia-bus {
792
+ compatible = "simple-bus";
793
+ ranges;
794
+ #address-cells = <2>;
795
+ #size-cells = <2>;
796
+ dma-ranges = <0x0 0x00000000 0x0 0x00000000 0x0 0x80000000>,
797
+ <0x0 0x80000000 0x1 0x00000000 0x3 0x80000000>;
798
+ };
799
+
800
+ network-bus {
801
+ compatible = "simple-bus";
802
+ ranges;
803
+ #address-cells = <2>;
804
+ #size-cells = <2>;
805
+ dma-ranges = <0x0 0x00000000 0x0 0x00000000 0x0 0x80000000>,
806
+ <0x0 0x80000000 0x1 0x00000000 0x0 0x80000000>;
807
+ };
808
+
809
+ pcie-bus {
810
+ compatible = "simple-bus";
811
+ ranges;
812
+ #address-cells = <2>;
813
+ #size-cells = <2>;
814
+ dma-ranges = <0x0 0x00000000 0x0 0x00000000 0x0 0x80000000>,
815
+ <0x0 0xb8000000 0x1 0x38000000 0x3 0x48000000>;
816
+ };
817
+
818
+ storage-bus {
819
+ compatible = "simple-bus";
820
+ ranges;
821
+ #address-cells = <2>;
822
+ #size-cells = <2>;
823
+ dma-ranges = <0x0 0x00000000 0x0 0x00000000 0x0 0x80000000>;
824
+ };
772
825
};
773
826
};
You can’t perform that action at this time.
0 commit comments