Skip to content
Snippets Groups Projects
Commit 19a970af authored by Tom Warren's avatar Tom Warren Committed by Tom Warren
Browse files

Tegra114: fdt: Sync DT nodes with kernel DT files (GPIO, tegra_car)


Minor edit to tegra_car node, add gpio node.

Signed-off-by: default avatarTom Warren <twarren@nvidia.com>
Reviewed-by: default avatarStephen Warren <swarren@nvidia.com>
parent bfcf46db
No related branches found
No related tags found
No related merge requests found
...@@ -11,12 +11,29 @@ ...@@ -11,12 +11,29 @@
i2c4 = "/i2c@7000c700"; i2c4 = "/i2c@7000c700";
}; };
tegra_car: clock@60006000 { tegra_car: clock {
compatible = "nvidia,tegra114-car"; compatible = "nvidia,tegra114-car";
reg = <0x60006000 0x1000>; reg = <0x60006000 0x1000>;
#clock-cells = <1>; #clock-cells = <1>;
}; };
gpio: gpio {
compatible = "nvidia,tegra114-gpio", "nvidia,tegra30-gpio";
reg = <0x6000d000 0x1000>;
interrupts = <0 32 0x04
0 33 0x04
0 34 0x04
0 35 0x04
0 55 0x04
0 87 0x04
0 89 0x04
0 125 0x04>;
#gpio-cells = <2>;
gpio-controller;
#interrupt-cells = <2>;
interrupt-controller;
};
i2c@7000c000 { i2c@7000c000 {
compatible = "nvidia,tegra114-i2c"; compatible = "nvidia,tegra114-i2c";
reg = <0x7000c000 0x100>; reg = <0x7000c000 0x100>;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment