mirror of
https://github.com/jclehner/bcm3390.git
synced 2025-01-31 00:31:35 +00:00
35 lines
959 B
Plaintext
35 lines
959 B
Plaintext
/dts-v1/;
|
|
|
|
/ {
|
|
model = "Broadcom CM (3390b0)";
|
|
compatible = "brcm,bcm3390b0", "brcm,brcmstb";
|
|
subsystem = "rg";
|
|
#address-cells = <0x2>;
|
|
#size-cells = <0x2>;
|
|
interrupt-parent = <0x1>;
|
|
|
|
identifier {
|
|
/* register offset */
|
|
chipid_reg = < 0x20404000 >;
|
|
chipid_msk = < 0xffffffff >;
|
|
chipid_val = < 0x33900010 >;
|
|
boardid_msk = < 0xf0 >;
|
|
boardid_val = < 0x60 >;
|
|
};
|
|
};
|
|
|
|
/include/ "rg.cm1000-3390b0-bolt.dtsi"
|
|
/include/ "rg.cm1000-3390-base.dtsi"
|
|
|
|
/********************************************************************
|
|
* any nodes that appear below are platform specific additions and
|
|
* replacements.
|
|
* The dtc will add or replace any properties in the nodes
|
|
* below to the same nodes that appear in include files above.
|
|
* If the property does not exist in the node above it will be added.
|
|
* If the property does exist it will replace it.
|
|
********************************************************************/
|
|
ðsw {
|
|
led-map = <0x03>;
|
|
};
|