Code: Select all
root@RevPi:~# dtc -I dtb -O dts < /sys/firmware/fdt
Warning (unit_address_vs_reg): Node /axi/vc_mem has a reg or ranges property, but no unit name
Warning (unit_address_vs_reg): Node /soc has a reg or ranges property, but no unit name
Warning (unit_address_vs_reg): Node /soc/gpiomem has a reg or ranges property, but no unit name
Warning (unit_address_vs_reg): Node /soc/vchiq has a reg or ranges property, but no unit name
Warning (unit_address_vs_reg): Node /memory has a reg or ranges property, but no unit name
Warning (avoid_default_addr_size): Relying on default #address-cells value for /axi/vc_mem
Warning (avoid_default_addr_size): Relying on default #size-cells value for /axi/vc_mem
/dts-v1/;
/ {
memreserve = <0x1f000000 0x1000000>;
serial-number = "000000009f389d56";
compatible = "brcm,bcm2835", "brcm,bcm2708";
model = "Raspberry Pi Compute Module Rev 1.0";
interrupt-parent = <0x1>;
#address-cells = <0x1>;
#size-cells = <0x1>;
system {
linux,serial = <0x0 0x9f389d56>;
linux,revision = <0x11>;
};
axi {
vc_mem {
reg = <0x1fa00000 0x20000000 0x40000000>;
};
};
chosen {
linux,initrd-end = <0x1efefd6b>;
linux,initrd-start = <0x1ea48000>;
kaslr-seed = <0x83982cde 0xf28853e0>;
bootargs = "bcm2708_fb.fbwidth=656 bcm2708_fb.fbheight=416 bcm2708_fb.fbdepth=16 bcm2708_fb.fbswap=1 smsc95xx.macaddr= B8:27:EB:38:9D:56 vc_mem.mem_base=0x1fa00000 vc_mem.mem_size=0x20000000 dwc_otg.lpm_enable=0 console=ttyAMA0,115200 kgdboc=ttyAMA0,11 5200 console=tty1 elevator=deadline root=/dev/mmcblk0p2 rootfstype=ext4 rootwait";
};
soc {
compatible = "simple-bus";
#address-cells = <0x1>;
#size-cells = <0x1>;
ranges = <0x7e000000 0x20000000 0x2000000>;
dma-ranges = <0x40000000 0x0 0x20000000>;
phandle = <0x21>;
timer@7e003000 {
compatible = "brcm,bcm2835-system-timer";
reg = <0x7e003000 0x1000>;
interrupts = <0x1 0x0 0x1 0x1 0x1 0x2 0x1 0x3>;
clock-frequency = <0xf4240>;
};
dma@7e007000 {
compatible = "brcm,bcm2835-dma";
reg = <0x7e007000 0xf00>;
interrupts = <0x1 0x10 0x1 0x11 0x1 0x12 0x1 0x13 0x1 0x14 0x1 0x15 0x1 0x16 0x1 0x17 0x1 0x18 0x1 0x19 0x1 0x 1a 0x1 0x1b 0x1 0x1b 0x1 0x1b 0x1 0x1b 0x1 0x1c>;
interrupt-names = "dma0", "dma1", "dma2", "dma3", "dma4", "dma5", "dma6", "dma7", "dma8", "dma9", "dma10", "dm a11", "dma12", "dma13", "dma14", "dma-shared-all";
#dma-cells = <0x1>;
brcm,dma-channel-mask = <0x7f34>;
phandle = <0x7>;
};
interrupt-controller@7e00b200 {
compatible = "brcm,bcm2835-armctrl-ic";
reg = <0x7e00b200 0x200>;
interrupt-controller;
#interrupt-cells = <0x2>;
phandle = <0x1>;
};
watchdog@7e100000 {
compatible = "brcm,bcm2835-pm-wdt";
reg = <0x7e100000 0x28>;
phandle = <0x18>;
};
cprman@7e101000 {
compatible = "brcm,bcm2835-cprman";
#clock-cells = <0x1>;
reg = <0x7e101000 0x2000>;
clocks = <0x2 0x3 0x0 0x3 0x1 0x3 0x2 0x4 0x0 0x4 0x1 0x4 0x2>;
firmware = <0x5>;
phandle = <0x6>;
};
rng@7e104000 {
compatible = "brcm,bcm2835-rng";
reg = <0x7e104000 0x10>;
phandle = <0x19>;
};
mailbox@7e00b880 {
compatible = "brcm,bcm2835-mbox";
reg = <0x7e00b880 0x40>;
interrupts = <0x0 0x1>;
#mbox-cells = <0x0>;
phandle = <0x13>;
};
gpio@7e200000 {
compatible = "brcm,bcm2835-gpio";
reg = <0x7e200000 0xb4>;
interrupts = <0x2 0x11 0x2 0x12>;
gpio-controller;
#gpio-cells = <0x2>;
interrupt-controller;
#interrupt-cells = <0x2>;
phandle = <0x9>;
sdhost_pins {
brcm,pins = <0x30 0x31 0x32 0x33 0x34 0x35>;
brcm,function = <0x4>;
phandle = <0x12>;
};
mmc_pins {
brcm,pins = <0x30 0x31 0x32 0x33 0x34 0x35>;
brcm,function = <0x7>;
phandle = <0x22>;
};
spi0_pins {
brcm,pins = <0x9 0xa 0xb>;
brcm,function = <0x4>;
phandle = <0xa>;
};
spi0_cs_pins {
brcm,pins = <0x8 0x7>;
brcm,function = <0x1>;
phandle = <0xb>;
};
i2c0 {
brcm,pins = <0x0 0x1>;
brcm,function = <0x4>;
phandle = <0xc>;
};
i2c1 {
brcm,pins = <0x2c 0x2d>;
brcm,function = <0x6>;
phandle = <0x3e>;
};
i2s {
brcm,pins = <0x12 0x13 0x14 0x15>;
brcm,function = <0x4>;
phandle = <0x8>;
};
audio_pins {
brcm,pins;
brcm,function;
phandle = <0x14>;
};
};
serial@7e201000 {
compatible = "brcm,bcm2835-pl011", "arm,pl011", "arm,primecell";
reg = <0x7e201000 0x1000>;
interrupts = <0x2 0x19>;
clocks = <0x6 0x13 0x6 0x14>;
clock-names = "uartclk", "apb_pclk";
arm,primecell-periphid = <0x241011>;
status = "okay";
phandle = <0x1b>;
};
i2s@7e203000 {
compatible = "brcm,bcm2835-i2s";
reg = <0x7e203000 0x24>;
dmas = <0x7 0x2 0x7 0x3>;
dma-names = "tx", "rx";
status = "disabled";
#sound-dai-cells = <0x0>;
clocks = <0x6 0x1f>;
pinctrl-names = "default";
pinctrl-0 = <0x8>;
phandle = <0x1d>;
};
spi@7e204000 {
compatible = "brcm,bcm2835-spi";
reg = <0x7e204000 0x1000>;
interrupts = <0x2 0x16>;
clocks = <0x6 0x14>;
#address-cells = <0x1>;
#size-cells = <0x0>;
status = "disabled";
cs-gpios = <0x9 0x8 0x1 0x9 0x7 0x1>;
dmas = <0x7 0x6 0x7 0x7>;
dma-names = "tx", "rx";
pinctrl-names = "default";
pinctrl-0 = <0xa 0xb>;
phandle = <0x1e>;
spidev@0 {
compatible = "spidev";
reg = <0x0>;
#address-cells = <0x1>;
#size-cells = <0x0>;
spi-max-frequency = <0x7a120>;
phandle = <0x23>;
};
spidev@1 {
compatible = "spidev";
reg = <0x1>;
#address-cells = <0x1>;
#size-cells = <0x0>;
spi-max-frequency = <0x7a120>;
phandle = <0x24>;
};
};
i2c@7e205000 {
compatible = "brcm,bcm2835-i2c";
reg = <0x7e205000 0x1000>;
interrupts = <0x2 0x15>;
clocks = <0x6 0x14>;
#address-cells = <0x1>;
#size-cells = <0x0>;
status = "disabled";
pinctrl-names = "default";
pinctrl-0 = <0xc>;
clock-frequency = <0x186a0>;
phandle = <0x1f>;
};
pixelvalve@7e206000 {
compatible = "brcm,bcm2835-pixelvalve0";
reg = <0x7e206000 0x100>;
interrupts = <0x2 0xd>;
status = "disabled";
phandle = <0x25>;
};
pixelvalve@7e207000 {
compatible = "brcm,bcm2835-pixelvalve1";
reg = <0x7e207000 0x100>;
interrupts = <0x2 0xe>;
status = "disabled";
phandle = <0x26>;
};
dsi@7e209000 {
compatible = "brcm,bcm2835-dsi0";
reg = <0x7e209000 0x78>;
interrupts = <0x2 0x4>;
#address-cells = <0x1>;
#size-cells = <0x0>;
#clock-cells = <0x1>;
clocks = <0x6 0x20 0x6 0x2f 0x6 0x31>;
clock-names = "phy", "escape", "pixel";
clock-output-names = "dsi0_byte", "dsi0_ddr2", "dsi0_ddr";
status = "disabled";
phandle = <0x3>;
};
aux@0x7e215000 {
compatible = "brcm,bcm2835-aux";
#clock-cells = <0x1>;
reg = <0x7e215000 0x8>;
clocks = <0x6 0x14>;
interrupts = <0x1 0x1d>;
interrupt-controller;
#interrupt-cells = <0x1>;
phandle = <0xd>;
};
serial@7e215040 {
compatible = "brcm,bcm2835-aux-uart";
reg = <0x7e215040 0x40>;
interrupt-parent = <0xd>;
interrupts = <0x0>;
clocks = <0xd 0x0>;
status = "disabled";
phandle = <0x1c>;
};
spi@7e215080 {
compatible = "brcm,bcm2835-aux-spi";
reg = <0x7e215080 0x40>;
interrupt-parent = <0xd>;
interrupts = <0x1>;
clocks = <0xd 0x1>;
#address-cells = <0x1>;
#size-cells = <0x0>;
status = "disabled";
phandle = <0x27>;
};
spi@7e2150c0 {
compatible = "brcm,bcm2835-aux-spi";
reg = <0x7e2150c0 0x40>;
interrupt-parent = <0xd>;
interrupts = <0x2>;
clocks = <0xd 0x2>;
#address-cells = <0x1>;
#size-cells = <0x0>;
status = "disabled";
phandle = <0x28>;
};
pwm@7e20c000 {
compatible = "brcm,bcm2835-pwm";
reg = <0x7e20c000 0x28>;
clocks = <0x6 0x1e>;
assigned-clocks = <0x6 0x1e>;
assigned-clock-rates = <0x989680>;
#pwm-cells = <0x2>;
status = "disabled";
phandle = <0x29>;
};
hvs@7e400000 {
compatible = "brcm,bcm2835-hvs";
reg = <0x7e400000 0x6000>;
interrupts = <0x2 0x1>;
status = "disabled";
phandle = <0x2a>;
};
dsi@7e700000 {
compatible = "brcm,bcm2835-dsi1";
reg = <0x7e700000 0x8c>;
interrupts = <0x2 0xc>;
#address-cells = <0x1>;
#size-cells = <0x0>;
#clock-cells = <0x1>;
clocks = <0x6 0x23 0x6 0x30 0x6 0x32>;
clock-names = "phy", "escape", "pixel";
clock-output-names = "dsi1_byte", "dsi1_ddr2", "dsi1_ddr";
status = "disabled";
power-domains = <0xe 0x12>;
phandle = <0x4>;
};
i2c@7e804000 {
compatible = "brcm,bcm2835-i2c";
reg = <0x7e804000 0x1000>;
interrupts = <0x2 0x15>;
clocks = <0x6 0x14>;
#address-cells = <0x1>;
#size-cells = <0x0>;
status = "okay";
pinctrl-names = "default";
pinctrl-0 = <0x3e>;
clock-frequency = <0x186a0>;
phandle = <0x20>;
pcf8563@51 {
phandle = <0x47>;
status = "disable";
reg = <0x51>;
compatible = "nxp,pcf8563";
};
pcf8523@68 {
phandle = <0x46>;
status = "disable";
reg = <0x68>;
compatible = "nxp,pcf8523";
};
pcf2127@51 {
phandle = <0x45>;
status = "okay";
reg = <0x51>;
compatible = "nxp,pcf2127";
};
ds3231@68 {
phandle = <0x42>;
status = "disable";
reg = <0x68>;
compatible = "maxim,ds3231";
};
mcp7941x@6f {
phandle = <0x44>;
status = "disable";
reg = <0x6f>;
compatible = "microchip,mcp7941x";
};
mcp7940x@6f {
phandle = <0x43>;
status = "disable";
reg = <0x6f>;
compatible = "microchip,mcp7940x";
};
ds1339@68 {
phandle = <0x41>;
status = "disable";
reg = <0x68>;
trickle-resistor-ohms = <0x0>;
compatible = "dallas,ds1339";
};
ds1307@68 {
phandle = <0x40>;
status = "disable";
reg = <0x68>;
compatible = "maxim,ds1307";
};
abx80x@69 {
phandle = <0x3f>;
status = "disable";
abracon,tc-resistor = <0x0>;
abracon,tc-diode = "standard";
reg = <0x69>;
compatible = "abracon,abx80x";
};
};
i2c@7e805000 {
compatible = "brcm,bcm2835-i2c";
reg = <0x7e805000 0x1000>;
interrupts = <0x2 0x15>;
clocks = <0x6 0x14>;
#address-cells = <0x1>;
#size-cells = <0x0>;
status = "disabled";
clock-frequency = <0x186a0>;
phandle = <0x10>;
};
vec@7e806000 {
compatible = "brcm,bcm2835-vec";
reg = <0x7e806000 0x1000>;
clocks = <0x6 0x18>;
interrupts = <0x2 0x1b>;
status = "disabled";
phandle = <0x2b>;
};
pixelvalve@7e807000 {
compatible = "brcm,bcm2835-pixelvalve2";
reg = <0x7e807000 0x100>;
interrupts = <0x2 0xa>;
status = "disabled";
phandle = <0x2c>;
};
hdmi@7e902000 {
compatible = "brcm,bcm2835-hdmi";
reg = <0x7e902000 0x600 0x7e808000 0x100>;
interrupts = <0x2 0x8 0x2 0x9>;
ddc = <0x10>;
clocks = <0x6 0x10 0x6 0x19>;
clock-names = "pixel", "hdmi";
dmas = <0x7 0x11>;
dma-names = "audio-rx";
status = "disabled";
power-domains = <0xe 0x5>;
hpd-gpios = <0x9 0x2e 0x0>;
phandle = <0x2d>;
};
usb@7e980000 {
compatible = "brcm,bcm2708-usb";
reg = <0x7e980000 0x10000 0x7e006000 0x1000>;
interrupts = <0x2 0x0 0x1 0x9>;
#address-cells = <0x1>;
#size-cells = <0x0>;
clocks = <0x11>;
clock-names = "otg";
power-domains = <0xe 0x6>;
phandle = <0x2e>;
};
v3d@7ec00000 {
compatible = "brcm,vc4-v3d";
reg = <0x7ec00000 0x1000>;
interrupts = <0x1 0xa>;
power-domains = <0xe 0xa>;
status = "disabled";
phandle = <0x2f>;
};
gpu {
compatible = "brcm,bcm2835-vc4";
status = "disabled";
phandle = <0x30>;
};
arm-pmu {
compatible = "arm,arm1176-pmu";
};
sdhost@7e202000 {
compatible = "brcm,bcm2835-sdhost";
reg = <0x7e202000 0x100>;
interrupts = <0x2 0x18>;
clocks = <0x6 0x14>;
dmas = <0x7 0xd>;
dma-names = "rx-tx";
brcm,overclock-50 = <0x0>;
brcm,pio-limit = <0x1>;
status = "okay";
pinctrl-names = "default";
pinctrl-0 = <0x12>;
non-removable;
bus-width = <0x4>;
phandle = <0x31>;
};
dpi@7e208000 {
compatible = "brcm,bcm2835-dpi";
reg = <0x7e208000 0x8c>;
clocks = <0x6 0x14 0x6 0x2c>;
clock-names = "core", "pixel";
#address-cells = <0x1>;
#size-cells = <0x0>;
status = "disabled";
phandle = <0x32>;
};
mmc@7e300000 {
compatible = "brcm,bcm2835-mmc";
reg = <0x7e300000 0x100>;
interrupts = <0x2 0x1e>;
clocks = <0x6 0x1c>;
dmas = <0x7 0xb>;
dma-names = "rx-tx";
brcm,overclock-50 = <0x0>;
status = "disabled";
phandle = <0x1a>;
};
firmwarekms@7e600000 {
compatible = "raspberrypi,rpi-firmware-kms";
reg = <0x7e600000 0x100>;
interrupts = <0x2 0x10>;
brcm,firmware = <0x5>;
status = "disabled";
phandle = <0x33>;
};
smi@7e600000 {
compatible = "brcm,bcm2835-smi";
reg = <0x7e600000 0x100>;
interrupts = <0x2 0x10>;
clocks = <0x6 0x2a>;
assigned-clocks = <0x6 0x2a>;
assigned-clock-rates = <0x7735940>;
dmas = <0x7 0x4>;
dma-names = "rx-tx";
status = "disabled";
phandle = <0x34>;
};
i2cdsi {
compatible = "i2c-gpio";
#address-cells = <0x1>;
#size-cells = <0x0>;
status = "disabled";
phandle = <0x35>;
bridge@45 {
compatible = "raspberrypi,touchscreen-bridge-i2c";
reg = <0x45>;
phandle = <0x36>;
};
bridge@38 {
compatible = "raspberrypi,touchscreen-ts-i2c";
reg = <0x38>;
phandle = <0x37>;
};
};
gpiomem {
compatible = "brcm,bcm2835-gpiomem";
reg = <0x7e200000 0x1000>;
};
firmware {
compatible = "raspberrypi,bcm2835-firmware";
mboxes = <0x13>;
phandle = <0x5>;
};
power {
compatible = "raspberrypi,bcm2835-power";
firmware = <0x5>;
#power-domain-cells = <0x1>;
phandle = <0xe>;
};
fb {
compatible = "brcm,bcm2708-fb";
firmware = <0x5>;
status = "okay";
phandle = <0x38>;
};
vchiq {
compatible = "brcm,bcm2835-vchiq";
reg = <0x7e00b840 0xf>;
interrupts = <0x0 0x2>;
cache-line-size = <0x20>;
firmware = <0x5>;
phandle = <0x15>;
};
thermal {
compatible = "brcm,bcm2835-thermal";
firmware = <0x5>;
phandle = <0x39>;
};
audio {
compatible = "brcm,bcm2835-audio";
brcm,pwm-channels = <0x8>;
status = "disabled";
pinctrl-names = "default";
pinctrl-0 = <0x14>;
phandle = <0x17>;
};
sound {
status = "disabled";
phandle = <0x3a>;
};
};
clocks {
compatible = "simple-bus";
#address-cells = <0x1>;
#size-cells = <0x0>;
clock@3 {
compatible = "fixed-clock";
reg = <0x3>;
#clock-cells = <0x0>;
clock-output-names = "osc";
clock-frequency = <0x124f800>;
phandle = <0x2>;
};
clock@4 {
compatible = "fixed-clock";
reg = <0x4>;
#clock-cells = <0x0>;
clock-output-names = "otg";
clock-frequency = <0x1c9c3800>;
phandle = <0x11>;
};
};
fixedregulator_5v0 {
compatible = "regulator-fixed";
regulator-name = "5v0";
regulator-min-microvolt = <0x4c4b40>;
regulator-max-microvolt = <0x4c4b40>;
regulator-always-on;
phandle = <0x3b>;
};
fixedregulator_3v3 {
compatible = "regulator-fixed";
regulator-name = "3v3";
regulator-min-microvolt = <0x325aa0>;
regulator-max-microvolt = <0x325aa0>;
regulator-always-on;
phandle = <0x3c>;
};
memory {
device_type = "memory";
reg = <0x0 0x1f000000>;
};
aliases {
serial1 = "/soc/serial@7e215040";
serial0 = "/soc/serial@7e201000";
i2c_arm = "/soc/i2c@7e804000";
i2c = "/soc/i2c@7e804000";
i2c_vc = "/soc/i2c@7e205000";
audio = "/soc/audio";
aux = "/soc/aux@0x7e215000";
sound = "/soc/sound";
soc = "/soc";
dma = "/soc/dma@7e007000";
intc = "/soc/interrupt-controller@7e00b200";
watchdog = "/soc/watchdog@7e100000";
random = "/soc/rng@7e104000";
mailbox = "/soc/mailbox@7e00b880";
gpio = "/soc/gpio@7e200000";
uart0 = "/soc/serial@7e201000";
sdhost = "/soc/sdhost@7e202000";
i2s = "/soc/i2s@7e203000";
spi0 = "/soc/spi@7e204000";
i2c0 = "/soc/i2c@7e205000";
uart1 = "/soc/serial@7e215040";
spi1 = "/soc/spi@7e215080";
spi2 = "/soc/spi@7e2150c0";
mmc = "/soc/mmc@7e300000";
i2c1 = "/soc/i2c@7e804000";
i2c2 = "/soc/i2c@7e805000";
usb = "/soc/usb@7e980000";
leds = "/leds";
fb = "/soc/fb";
vchiq = "/soc/vchiq";
thermal = "/soc/thermal";
};
leds {
compatible = "gpio-leds";
phandle = <0x3d>;
act {
label = "led0";
linux,default-trigger = "mmc0";
gpios = <0x9 0x2f 0x0>;
phandle = <0x16>;
};
};
__overrides__ {
i2c_arm_baudrate = "", "", "", " clock-frequency:0";
i2c_baudrate = "", "", "", " clock-frequency:0";
i2c_arm = "", "", "", " status";
i2c = "", "", "", " status";
i2c_vc_baudrate = [00 00 00 1f 63 6c 6f 63 6b 2d 66 72 65 71 75 65 6e 63 79 3a 30 00];
i2c_vc = [00 00 00 1f 73 74 61 74 75 73 00];
cache_line_size = [00 00 00 15 63 61 63 68 65 2d 6c 69 6e 65 2d 73 69 7a 65 3a 30 00];
act_led_gpio = <0x16 0x6770696f 0x733a3400>;
act_led_activelow = <0x16 0x6770696f 0x733a3800>;
act_led_trigger = [00 00 00 16 6c 69 6e 75 78 2c 64 65 66 61 75 6c 74 2d 74 72 69 67 67 65 72 00];
audio = [00 00 00 17 73 74 61 74 75 73 00];
watchdog = [00 00 00 18 73 74 61 74 75 73 00];
random = [00 00 00 19 73 74 61 74 75 73 00];
sd_overclock = <0x1a 0x6272636d 0x2c6f7665 0x72636c6f 0x636b2d35 0x303a3000>;
uart0 = [00 00 00 1b 73 74 61 74 75 73 00];
uart1 = [00 00 00 1c 73 74 61 74 75 73 00];
i2s = [00 00 00 1d 73 74 61 74 75 73 00];
spi = [00 00 00 1e 73 74 61 74 75 73 00];
i2c0 = [00 00 00 1f 73 74 61 74 75 73 00];
i2c1 = "", "", "", " status";
i2c2_iknowwhatimdoing = [00 00 00 10 73 74 61 74 75 73 00];
i2c0_baudrate = [00 00 00 1f 63 6c 6f 63 6b 2d 66 72 65 71 75 65 6e 63 79 3a 30 00];
i2c1_baudrate = "", "", "", " clock-frequency:0";
i2c2_baudrate = [00 00 00 10 63 6c 6f 63 6b 2d 66 72 65 71 75 65 6e 63 79 3a 30 00];
};
__symbols__ {
i2c_arm = "/soc/i2c@7e804000";
i2c = "/soc/i2c@7e804000";
i2c_vc = "/soc/i2c@7e205000";
soc = "/soc";
dma = "/soc/dma@7e007000";
intc = "/soc/interrupt-controller@7e00b200";
watchdog = "/soc/watchdog@7e100000";
cprman = "/soc/cprman@7e101000";
clocks = "/soc/cprman@7e101000";
random = "/soc/rng@7e104000";
mailbox = "/soc/mailbox@7e00b880";
gpio = "/soc/gpio@7e200000";
sdhost_pins = "/soc/gpio@7e200000/sdhost_pins";
mmc_pins = "/soc/gpio@7e200000/mmc_pins";
spi0_pins = "/soc/gpio@7e200000/spi0_pins";
spi0_cs_pins = "/soc/gpio@7e200000/spi0_cs_pins";
i2c0_pins = "/soc/gpio@7e200000/i2c0";
i2c1_pins = "/soc/gpio@7e200000/i2c1";
i2s_pins = "/soc/gpio@7e200000/i2s";
audio_pins = "/soc/gpio@7e200000/audio_pins";
uart0 = "/soc/serial@7e201000";
i2s = "/soc/i2s@7e203000";
spi0 = "/soc/spi@7e204000";
spi = "/soc/spi@7e204000";
spidev0 = "/soc/spi@7e204000/spidev@0";
spidev1 = "/soc/spi@7e204000/spidev@1";
i2c0 = "/soc/i2c@7e205000";
pixelvalve0 = "/soc/pixelvalve@7e206000";
pixelvalve1 = "/soc/pixelvalve@7e207000";
dsi0 = "/soc/dsi@7e209000";
aux = "/soc/aux@0x7e215000";
uart1 = "/soc/serial@7e215040";
spi1 = "/soc/spi@7e215080";
spi2 = "/soc/spi@7e2150c0";
pwm = "/soc/pwm@7e20c000";
hvs = "/soc/hvs@7e400000";
dsi1 = "/soc/dsi@7e700000";
i2c1 = "/soc/i2c@7e804000";
i2c2 = "/soc/i2c@7e805000";
vec = "/soc/vec@7e806000";
pixelvalve2 = "/soc/pixelvalve@7e807000";
hdmi = "/soc/hdmi@7e902000";
usb = "/soc/usb@7e980000";
v3d = "/soc/v3d@7ec00000";
gpu = "/soc/gpu";
vc4 = "/soc/gpu";
sdhost = "/soc/sdhost@7e202000";
dpi = "/soc/dpi@7e208000";
mmc = "/soc/mmc@7e300000";
firmwarekms = "/soc/firmwarekms@7e600000";
smi = "/soc/smi@7e600000";
i2c_dsi = "/soc/i2cdsi";
pitouchscreen_bridge = "/soc/i2cdsi/bridge@45";
pitouchscreen_touch = "/soc/i2cdsi/bridge@38";
firmware = "/soc/firmware";
power = "/soc/power";
fb = "/soc/fb";
vchiq = "/soc/vchiq";
thermal = "/soc/thermal";
audio = "/soc/audio";
sound = "/soc/sound";
clk_osc = "/clocks/clock@3";
clk_usb = "/clocks/clock@4";
vdd_5v0_reg = "/fixedregulator_5v0";
vdd_3v3_reg = "/fixedregulator_3v3";
leds = "/leds";
act_led = "/leds/act";
};
};