Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: GPL-2.0
0002 #include "tegra210.dtsi"
0003 
0004 / {
0005         model = "NVIDIA Tegra210 P2530 main board";
0006         compatible = "nvidia,p2530", "nvidia,tegra210";
0007 
0008         aliases {
0009                 rtc1 = "/rtc@7000e000";
0010                 serial0 = &uarta;
0011         };
0012 
0013         chosen {
0014                 stdout-path = "serial0:115200n8";
0015         };
0016 
0017         memory@80000000 {
0018                 device_type = "memory";
0019                 reg = <0x0 0x80000000 0x0 0xc0000000>;
0020         };
0021 
0022         /* debug port */
0023         serial@70006000 {
0024                 status = "okay";
0025         };
0026 
0027         i2c@7000d000 {
0028                 status = "okay";
0029                 clock-frequency = <400000>;
0030         };
0031 
0032         pmc@7000e400 {
0033                 nvidia,invert-interrupt;
0034         };
0035 
0036         /* eMMC */
0037         mmc@700b0600 {
0038                 status = "okay";
0039                 bus-width = <8>;
0040                 non-removable;
0041         };
0042 
0043         clk32k_in: clock-32k {
0044                 compatible = "fixed-clock";
0045                 clock-frequency = <32768>;
0046                 #clock-cells = <0>;
0047         };
0048 
0049         cpus {
0050                 cpu@0 {
0051                         enable-method = "psci";
0052                 };
0053 
0054                 cpu@1 {
0055                         enable-method = "psci";
0056                 };
0057 
0058                 cpu@2 {
0059                         enable-method = "psci";
0060                 };
0061 
0062                 cpu@3 {
0063                         enable-method = "psci";
0064                 };
0065         };
0066 
0067         psci {
0068                 compatible = "arm,psci-0.2";
0069                 method = "smc";
0070         };
0071 };