// SPDX-License-Identifier: GPL-2.0 #include #include #include "tegra210.dtsi" / { aliases { serial0 = &uarta; }; chosen { bootargs = "earlycon"; stdout-path = "serial0:115200n8"; }; memory { device_type = "memory"; reg = <0x0 0x80000000 0x0 0xc0000000>; }; serial@70006000 { status = "okay"; }; pmc@7000e400 { nvidia,invert-interrupt; nvidia,suspend-mode = <0>; nvidia,cpu-pwr-good-time = <0>; nvidia,cpu-pwr-off-time = <0>; nvidia,core-pwr-good-time = <4587 3876>; nvidia,core-pwr-off-time = <39065>; nvidia,core-power-req-active-high; nvidia,sys-clock-req-active-high; status = "okay"; }; sdhci@700b0600 { bus-width = <8>; non-removable; status = "okay"; }; clocks { compatible = "simple-bus"; #address-cells = <1>; #size-cells = <0>; clk32k_in: clock@0 { compatible = "fixed-clock"; reg = <0>; #clock-cells = <0>; clock-frequency = <32768>; }; }; gpio-keys { compatible = "gpio-keys"; status = "okay"; power { debounce-interval = <30>; gpios = <&gpio TEGRA_GPIO(X, 7) GPIO_ACTIVE_LOW>; label = "Power"; linux,code = ; wakeup-event-action = ; wakeup-source; }; }; cpus { cpu@0 { enable-method = "psci"; }; cpu@1 { enable-method = "psci"; }; cpu@2 { enable-method = "psci"; }; cpu@3 { enable-method = "psci"; }; }; psci { compatible = "arm,psci-1.0"; method = "smc"; }; };