|
@@ -20,6 +20,7 @@ Required properties :
|
|
|
- #reset-cells : Should be 1.
|
|
- #reset-cells : Should be 1.
|
|
|
In clock consumers, this cell represents the bit number in the CAR's
|
|
In clock consumers, this cell represents the bit number in the CAR's
|
|
|
array of CLK_RST_CONTROLLER_RST_DEVICES_* registers.
|
|
array of CLK_RST_CONTROLLER_RST_DEVICES_* registers.
|
|
|
|
|
+- nvidia,external-memory-controller : phandle of the EMC driver.
|
|
|
|
|
|
|
|
The node should contain a "emc-timings" subnode for each supported RAM type (see
|
|
The node should contain a "emc-timings" subnode for each supported RAM type (see
|
|
|
field RAM_CODE in register PMC_STRAPPING_OPT_A).
|
|
field RAM_CODE in register PMC_STRAPPING_OPT_A).
|
|
@@ -50,6 +51,7 @@ Example SoC include file:
|
|
|
reg = <0x60006000 0x1000>;
|
|
reg = <0x60006000 0x1000>;
|
|
|
#clock-cells = <1>;
|
|
#clock-cells = <1>;
|
|
|
#reset-cells = <1>;
|
|
#reset-cells = <1>;
|
|
|
|
|
+ nvidia,external-memory-controller = <&emc>;
|
|
|
};
|
|
};
|
|
|
|
|
|
|
|
usb@c5004000 {
|
|
usb@c5004000 {
|