Files
Chromebook-Device-Nyan-NVID…/Documentation/devicetree/bindings/arm/tegra/nvidia,tegra124-mc.txt
2025-04-06 23:50:55 -05:00

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>;
};