16 lines
367 B
Plaintext
16 lines
367 B
Plaintext
NVIDIA Tegra124 MC(Memory Controller)
|
|
|
|
Required properties:
|
|
- compatible : "nvidia,tegra124-mc"
|
|
- reg : Should contain the register range of the device.
|
|
- #address-cells : Should be 1
|
|
- #size-cells : Should be 0
|
|
|
|
Example:
|
|
memory-controller@70019000 {
|
|
compatible = "nvidia,tegra124-mc";
|
|
reg = <0x70019000 0x1000>;
|
|
#address-cells = <1>;
|
|
#size-cells = <0>;
|
|
};
|