mirror of
https://xff.cz/git/u-boot/
synced 2025-09-02 01:02:19 +02:00
Tegra114: fdt: Move aliases from dtsi to dts file as per other Tegras
All other Tegra boards have their alias nodes in the .dts file Signed-off-by: Tom Warren <twarren@nvidia.com> Reviewed-by: Stephen Warren <swarren@nvidia.com>
This commit is contained in:
@@ -3,14 +3,6 @@
|
|||||||
/ {
|
/ {
|
||||||
compatible = "nvidia,tegra114";
|
compatible = "nvidia,tegra114";
|
||||||
|
|
||||||
aliases {
|
|
||||||
i2c0 = "/i2c@7000d000";
|
|
||||||
i2c1 = "/i2c@7000c000";
|
|
||||||
i2c2 = "/i2c@7000c400";
|
|
||||||
i2c3 = "/i2c@7000c500";
|
|
||||||
i2c4 = "/i2c@7000c700";
|
|
||||||
};
|
|
||||||
|
|
||||||
tegra_car: clock {
|
tegra_car: clock {
|
||||||
compatible = "nvidia,tegra114-car";
|
compatible = "nvidia,tegra114-car";
|
||||||
reg = <0x60006000 0x1000>;
|
reg = <0x60006000 0x1000>;
|
||||||
|
@@ -6,6 +6,14 @@
|
|||||||
model = "NVIDIA Dalmore";
|
model = "NVIDIA Dalmore";
|
||||||
compatible = "nvidia,dalmore", "nvidia,tegra114";
|
compatible = "nvidia,dalmore", "nvidia,tegra114";
|
||||||
|
|
||||||
|
aliases {
|
||||||
|
i2c0 = "/i2c@7000d000";
|
||||||
|
i2c1 = "/i2c@7000c000";
|
||||||
|
i2c2 = "/i2c@7000c400";
|
||||||
|
i2c3 = "/i2c@7000c500";
|
||||||
|
i2c4 = "/i2c@7000c700";
|
||||||
|
};
|
||||||
|
|
||||||
memory {
|
memory {
|
||||||
device_type = "memory";
|
device_type = "memory";
|
||||||
reg = <0x80000000 0x80000000>;
|
reg = <0x80000000 0x80000000>;
|
||||||
|
Reference in New Issue
Block a user